mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
15 lines
359 B
C++
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;
|
|
}
|
|
|