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

12 lines
392 B
C++

#include "AthenaCustomizationSlotSelectorButton.h"
void UAthenaCustomizationSlotSelectorButton::SetCustomizationType(EAthenaCustomizationCategory NewType, int32 InSubslotIndex) {
}
UAthenaCustomizationSlotSelectorButton::UAthenaCustomizationSlotSelectorButton() {
this->CustomizationType = EAthenaCustomizationCategory::None;
this->SubslotIndex = 0;
this->ItemWidget = NULL;
}