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 FCameraShakeScrubParams
Remarks
Parameters for scrubbing a camera shake.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AbsoluteTime | The time to scrub to | |
| 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 | |
|---|---|---|---|
FCameraShakeScrubParams
(
const FMinimalViewInfo& InPOV |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | The total scale to apply to the camera shake during the current update. | ||
| FCameraShakeUpdateParams | Convert this to an update parameter struct where the delta time is from 0 to the AbsoluteTime. |