Files
FNGameProj/Source/FortniteGame/Private/FortGameplayCueCameraShakeInfo.cpp
2024-01-21 00:41:14 +01: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;
}