Files
FNGameProj/Source/FortniteUI/Private/AthenaChallengeImageGridEntry.cpp
2024-01-21 00:41:14 +01: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;
}