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

10 lines
195 B
C++

#include "AthenaChallengeScreenTileBase.h"
UAthenaChallengeScreenTileBase::UAthenaChallengeScreenTileBase() {
this->Text_ChallengeName = NULL;
this->LazyImage_RewardPreview = NULL;
}