Files
UnrealEvent/Project/Source/FortniteUI/Private/FortHeroLoadoutGadgetTileBase.cpp
2026-04-22 15:51:07 +02: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;
}