Files
FNGameProj/Source/FortniteGame/Private/FortGameplayCueNotify_Simple.cpp
T
2024-06-07 01:17:09 +02:00

15 lines
359 B
C++

#include "FortGameplayCueNotify_Simple.h"
UFortGameplayCueNotify_Simple::UFortGameplayCueNotify_Simple() {
StartSound = NULL;
StartParticleSystem = NULL;
bStayAttached = false;
bUseHitResult = false;
bUseWeapon = false;
bIgnoreRotation = false;
bUseUnsmoothedNetworkPosition = false;
PoolingMethod = EPSCPoolMethod::None;
}