Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Camera
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Camera/CameraShakeSourceComponent.h |
| Include | #include "Camera/CameraShakeSourceComponent.h" |
Syntax
struct FCameraShakeSourceComponentStartParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| 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 | |
| TSubclassOf< UCameraShakeBase > | ShakeClass | The type of camera shake to create | |
| FRotator | UserPlaySpaceRot | A custom rotation, only used if PlaySpace is UserDefined |