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
USTRUCT (BlueprintType )
struct FCameraShakePatternUpdateParams
Remarks
Parameters for updating a camera shake pattern.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | DeltaTime | The time elapsed since last update | |
| float | DynamicScale | The dynamic scale being passed down from the camera manger for the next update | |
| FMinimalViewInfo | POV | The current view that this camera shake should modify | |
| float | ShakeScale | The base scale for this shake |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCameraShakePatternUpdateParams
(
const FMinimalViewInfo& InPOV |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | The total scale to apply to the camera shake during the current update. |