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

8 lines
203 B
C++

#include "FortEventPlayerStatProfileSelectorEntry.h"
UFortEventPlayerStatProfileSelectorEntry::UFortEventPlayerStatProfileSelectorEntry() {
this->PlayerName = NULL;
this->ProfileData = NULL;
}