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

8 lines
226 B
C++

#include "AthenaChallengeRewardDisplay.h"
UAthenaChallengeRewardDisplay::UAthenaChallengeRewardDisplay() : UUserWidget(FObjectInitializer::Get()) {
this->EntryBox_Rewards = NULL;
this->Image_CompletionIcon = NULL;
}