Files
FNGameProj/Source/FortniteGame/Private/VariantParticleSystemInitializerData.cpp
2024-01-21 00:41:14 +01:00

10 lines
340 B
C++

#include "VariantParticleSystemInitializerData.h"
FVariantParticleSystemInitializerData::FVariantParticleSystemInitializerData() {
this->LocationRule = EAttachmentRule::KeepRelative;
this->RotationRule = EAttachmentRule::KeepRelative;
this->ScaleRule = EAttachmentRule::KeepRelative;
this->bWeldSimulatedBodies = false;
}