Navigation
API > API/Plugins > API/Plugins/GameplayCameras
Parameters for starting a camera shake.
| Name | FStartCameraShakeParams |
| Type | struct |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Services/CameraShakeService.h |
| Include Path | #include "Services/CameraShakeService.h" |
Syntax
struct FStartCameraShakeParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CameraShake | const UCameraShakeAsset * | The camera shake to play. | Services/CameraShakeService.h | |
| PlaySpace | ECameraShakePlaySpace | The play space to modify the result by | Services/CameraShakeService.h | |
| ShakeScale | float | The intensity to use for the camera shake. | Services/CameraShakeService.h | |
| UserPlaySpaceRotation | FRotator | The custom space to use for the shake. Only used when PlaySpace is UserDefined. | Services/CameraShakeService.h |