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

9 lines
200 B
C++

#include "AthenaInventoryEquipButtonBase.h"
UAthenaInventoryEquipButtonBase::UAthenaInventoryEquipButtonBase() {
this->ItemWidget = NULL;
this->EmptyImage = NULL;
this->SlotIndex = 0;
}