FCameraShakeScrubParams

Parameters for scrubbing 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 FCameraShakeScrubParams

Remarks

Parameters for scrubbing a camera shake.

Variables

Name Description

Public variable

float

 

AbsoluteTime

The time to scrub to

Public variable

float

 

BlendingWeight

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

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

FCameraShakeScrubParams()

Public function

FCameraShakeScrubParams

(
    const FMinimalViewInfo& InPOV
)

Functions

Name Description

Public function Const

float

 

GetTotalScale()

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

Public function Const

FCameraShake...

 

ToUpdateParams()

Convert this to an update parameter struct where the delta time is from 0 to the AbsoluteTime.

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