Files
UnrealEvent/Project/Source/FortniteGame/Private/CreativeToolPersistentData.cpp
T
2026-04-22 15:51:07 +02:00

14 lines
416 B
C++

#include "CreativeToolPersistentData.h"
FCreativeToolPersistentData::FCreativeToolPersistentData() {
this->GridSnapIndex = 0;
this->RotationAxisIndex = 0;
this->SelectedScaleAxis = 0;
this->bShouldUsePrecisionGridSnapping = false;
this->bAllowGravityOnPlace = false;
this->bShouldDestroyPropsWhenPlacing = false;
this->HitTraceRule = 0;
this->bIsScalingInsteadOfRotating = false;
}