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

15 lines
249 B
C++

#include "AthenaChallengeImageGridEntry.h"
UAthenaChallengeImageGridEntry::UAthenaChallengeImageGridEntry() {
this->Image_Brush = NULL;
this->bSelected = false;
this->GridLocation = -1;
this->Column = -1;
this->Row = -1;
}