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

14 lines
371 B
C++

#include "FortHeroLoadoutGadgetTileBase.h"
void UFortHeroLoadoutGadgetTileBase::SetGadgetToRepresent(const UFortGadgetItemDefinition* GadgetItemDefinition) {
}
UFortHeroLoadoutGadgetTileBase::UFortHeroLoadoutGadgetTileBase() {
this->Text_GadgetName = NULL;
this->Image_Icon = NULL;
this->RichText_Description = NULL;
this->GadgetToRepresent = NULL;
}