mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
12 lines
360 B
C++
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;
|
|
}
|
|
|