Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Camera
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Camera/CameraShakeBase.h |
| Include | #include "Camera/CameraShakeBase.h" |
Syntax
struct FCameraShakeBaseStartParams
Remarks
Parameter struct for starting a camera shake.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< APlayerCameraManager > | CameraManager | The parent camera manager | |
| TOptional< float > | DurationOverride | An optional override for the camera shake's duration | |
| ECameraShakePlaySpace | PlaySpace | The coordinate system in which to play the shake | |
| float | Scale | The scale for playing the shake | |
| FRotator | UserPlaySpaceRot | A custom rotation, only used if PlaySpace is UserDefined |