FCameraShakeUpdateParams

Parameters for updating a camera shake.

Windows
MacOS
Linux

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

Name Description

Public variable

float

 

BlendingWeight

The auto-computed blend in/out scale, when blending is handled by externally (see UCameraShakeBase::GetShakeInfo)

Public variable

float

 

DeltaTime

The time elapsed since last update

Public variable

float

 

DynamicScale

The dynamic scale being passed down from the camera manger for the next update

Public variable

FMinimalViewInf...

 

POV

The current view that this camera shake should modify

Public variable

float

 

ShakeScale

The base scale for this shake

Constructors

Name Description

Public function

FCameraShakeUpdateParams()

Public function

FCameraShakeUpdateParams

(
    const FMinimalViewInfo& InPOV
)

Functions

Name Description

Public function Const

float

 

GetTotalScale()

The total scale to apply to the camera shake during the current update.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss