Files
UnrealEvent/Project/Source/FortniteGame/Private/FortGameplayCueCameraShakeInfo.cpp
2026-04-22 15:51:07 +02:00

12 lines
360 B
C++

#include "FortGameplayCueCameraShakeInfo.h"
FFortGameplayCueCameraShakeInfo::FFortGameplayCueCameraShakeInfo() {
this->Shake = NULL;
this->Scale = 0.00f;
this->PlaySpace = ECameraAnimPlaySpace::CameraLocal;
this->bAlwaysPlayOnTarget = false;
this->bCalculateUserPlaySpaceRotationFromLocation = false;
this->bCancelOnRemove = false;
}