// Fill out your copyright notice in the Description page of Project Settings. #include "PartyMember.h" FPartyMember::FPartyMember() { UnitInfo = nullptr; } FPartyMember::FPartyMember(UUnitInfo* InUnitInfo) { UnitInfo = InUnitInfo; }