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

9 lines
199 B
C++

#include "FortGameplayCueSpawnResult.h"
FFortGameplayCueSpawnResult::FFortGameplayCueSpawnResult() {
this->CameraShake = NULL;
this->CameraLensEffect = NULL;
this->DecalActor = NULL;
}