Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Camera
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Camera/CameraModifier_CameraShake.h |
| Include | #include "Camera/CameraModifier_CameraShake.h" |
Syntax
struct FAddCameraShakeParams
Remarks
Parameter struct for adding new camera shakes to UCameraModifier_CameraShake
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< float > | DurationOverride | An optional override for the duration of the camera shake. | |
| FOnInitializeCameraShake | Initializer | A custom callback to initialize the new camera shake. | |
| ECameraShakePlaySpace | PlaySpace | The transform space to use for the new camera shake | |
| float | Scale | Global scale to use for the new camera shake | |
| const UCameraShakeSourceComponent * | SourceComponent | The source to use for dynamically attenuating the new camera shake | |
| FRotator | UserPlaySpaceRot | User space to use when PlaySpace is UserDefined |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAddCameraShakeParams
(
float InScale, |