Files
FNGameProj/Source/FortniteUI/Private/FortCampaignHUDTeamMemberInfo.cpp
2024-01-21 00:41:14 +01:00

17 lines
474 B
C++

#include "FortCampaignHUDTeamMemberInfo.h"
void UFortCampaignHUDTeamMemberInfo::HandleAccumulatedItemsChanged() {
}
UFortCampaignHUDTeamMemberInfo::UFortCampaignHUDTeamMemberInfo() {
this->Image_HeroIcon = NULL;
this->PowerRating_MemberRating = NULL;
this->Text_BluGloCount = NULL;
this->VoiceIcon_Status = NULL;
this->Text_MemberName = NULL;
this->Image_LeaderIcon = NULL;
this->Image_PlatformIcon = NULL;
this->Image_HealthBar = NULL;
}