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