DRG-Femboy-Voice/Source/FSDEngine/Private/CSGRandomizeTransformProperties.cpp
2025-04-15 12:39:31 -07:00

14 lines
408 B
C++
Executable file

#include "CSGRandomizeTransformProperties.h"
FCSGRandomizeTransformProperties::FCSGRandomizeTransformProperties() {
this->RotationMinZ = 0.00f;
this->RotationMaxZ = 0.00f;
this->RotationMinY = 0.00f;
this->RotationMaxY = 0.00f;
this->RotationMinX = 0.00f;
this->RotationMaxX = 0.00f;
this->ScaleAxesIndependent = false;
this->DisableRandomize = false;
this->Seed = 0;
}