Files
UnrealEvent/Project/Source/FortniteUI/Private/FeedbackReportablePlayerBase.cpp
2026-04-22 15:51:07 +02:00

12 lines
308 B
C++

#include "FeedbackReportablePlayerBase.h"
UFeedbackReportablePlayerBase::UFeedbackReportablePlayerBase() {
this->PlayerInfo = NULL;
this->TextBlock_Header = NULL;
this->TextBlock_SecondaryInfoText = NULL;
this->HorizontalBox_SecondayInfoArea = NULL;
this->TextBlock_RoleText = NULL;
}