FCameraShakeUpdateResult

The result of a camera shake update.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Camera/CameraShakeBase.h

Include

#include "Camera/CameraShakeBase.h"

Syntax

struct FCameraShakeUpdateResult

Remarks

The result of a camera shake update.

Variables

Name Description

Public variable

ECameraShakeUpd...

 

Flags

Flags for how the base class should handle the result

Public variable

float

 

FOV

Field-of-view offset for the view, or new absolute field-of-view if ApplyAsAbsolute flag is set

Public variable

FVector

 

Location

Location offset for the view, or new absolute location if ApplyAsAbsolute flag is set

Public variable

float

 

PostProcessBlendWeight

Blend weight for post process settings

Public variable

FPostProcessSet...

 

PostProcessSettings

Post process settings, applied if PostProcessBlendWeight is above 0

Public variable

FRotator

 

Rotation

Rotation offset for the view, or new absolute rotation if ApplyAsAbsolute flag is set

Constructors

Name Description

Public function

FCameraShakeUpdateResult()

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