Files
FNGameProj/Source/FortniteUI/Private/AthenaChallengeRewardDisplayEntry.cpp
2024-01-21 00:41:14 +01:00

8 lines
244 B
C++

#include "AthenaChallengeRewardDisplayEntry.h"
UAthenaChallengeRewardDisplayEntry::UAthenaChallengeRewardDisplayEntry() : UUserWidget(FObjectInitializer::Get()) {
this->LazyImage_RewardIcon = NULL;
this->Text_RewardQuantity = NULL;
}