mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 19:27:02 +00:00
11 lines
272 B
C++
11 lines
272 B
C++
#include "FortCreativeDeviceButtonComponent.h"
|
|
|
|
void UFortCreativeDeviceButtonComponent::SetButtonLabel(const FText& InButtonLabel) {
|
|
}
|
|
|
|
UFortCreativeDeviceButtonComponent::UFortCreativeDeviceButtonComponent() {
|
|
this->WeightOffset = 0;
|
|
this->EditWidget = NULL;
|
|
}
|
|
|