Navigation
API > API/Runtime > API/Runtime/Engine
Parameters for scrubbing a camera shake.
| Name | FCameraShakePatternScrubParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/CameraShakeBase.h |
| Include Path | #include "Camera/CameraShakeBase.h" |
Syntax
USTRUCT (BlueprintType )
struct FCameraShakePatternScrubParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Camera/CameraShakeBase.h | |||
FCameraShakePatternScrubParams
(
const FMinimalViewInfo& InPOV |
Camera/CameraShakeBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AbsoluteTime | float | The time to scrub to | Camera/CameraShakeBase.h |
|
| DynamicScale | float | The dynamic scale being passed down from the camera manger for the next update | Camera/CameraShakeBase.h |
|
| POV | FMinimalViewInfo | The current view that this camera shake should modify | Camera/CameraShakeBase.h |
|
| ShakeScale | float | The base scale for this shake | Camera/CameraShakeBase.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetTotalScale () |
The total scale to apply to the camera shake during the current update. | Camera/CameraShakeBase.h | |
FCameraShakePatternUpdateParams ToUpdateParams() |
Convert this to an update parameter struct where the delta time is from 0 to the AbsoluteTime. | Camera/CameraShakeBase.h |