Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Camera
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Camera/CameraShakeBase.h |
Include | #include "Camera/CameraShakeBase.h" |
Syntax
struct FCameraShakeUpdateParams
Remarks
Parameters for updating a camera shake.
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 | |
---|---|---|---|
![]() |
|||
![]() |
FCameraShakeUpdateParams
(
const FMinimalViewInfo& InPOV |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
float | The total scale to apply to the camera shake during the current update. |