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

15 lines
414 B
C++

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