Files
FNGameProj/Source/FortniteGame/Private/FortCreativeDeviceButtonComponent.cpp
T
2024-03-03 23:44:39 +01:00

11 lines
272 B
C++

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