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

20 lines
567 B
C++

#include "AthenaChallengeSetImageGrid.h"
void UAthenaChallengeSetImageGrid::ApplyNextSort() {
}
UAthenaChallengeSetImageGrid::UAthenaChallengeSetImageGrid() {
this->Text_ChallengeContext = NULL;
this->Text_ChallengeSetName = NULL;
this->ChallengeProgress_Completion = NULL;
this->Countdown_TimeRemaining = NULL;
this->SwipePanel_ChangeSet = NULL;
this->CompletionReward_Entry = NULL;
this->ChallengeDetail_List = NULL;
this->ChallengeDetail_ImageGrid = NULL;
this->Button_PreviousSet = NULL;
this->Button_NextSet = NULL;
}