Files
2026-04-22 15:51:07 +02: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;
}