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

10 lines
249 B
C++

#include "FortGameplayCueParticleInfo.h"
FFortGameplayCueParticleInfo::FFortGameplayCueParticleInfo() {
this->ParticleSystem = NULL;
this->bCastShadow = false;
this->bOverrideCondition = false;
this->bOverrideAttachment = false;
}