Files
FNGameProj/Source/FortniteGame/Private/FortCreativeDeviceButtonComponent.cpp
T
2024-06-07 01:17:09 +02:00

11 lines
260 B
C++

#include "FortCreativeDeviceButtonComponent.h"
void UFortCreativeDeviceButtonComponent::SetButtonLabel(const FText& InButtonLabel) {
}
UFortCreativeDeviceButtonComponent::UFortCreativeDeviceButtonComponent() {
WeightOffset = 0;
EditWidget = NULL;
}