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

13 lines
365 B
C++

#include "FortEventTeamMatchHistoryEntry.h"
UFortEventTeamMatchHistoryEntry::UFortEventTeamMatchHistoryEntry() {
this->Text_MatchNumber = NULL;
this->Text_TimeAlive = NULL;
this->Text_Eliminations = NULL;
this->Text_Placement = NULL;
this->Overlay_OnlineStatus = NULL;
this->Border_InteractionContent = NULL;
this->MatchData = NULL;
}