FCameraUpdateContext

Used to update camera entries in the camera stack.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Camera/CameraStackTypes.h"

Syntax

struct FCameraUpdateContext

Remarks

Used to update camera entries in the camera stack.

Constructors

Name Description

Public function

FCameraUpdateContext

(
    APlayerCameraManager* InCamera,
    float InDeltaTime
)

Functions

Name Description

Public function Const

FCameraUpdat...

 

FractionalWeight

(
    float Multiplier,
    bool bFromDebugNode
)

Public function Const

APlayerCamer...

 

GetCameraManager()

Returns the camera stack.

Public function Const

float

 

GetDeltaTime()

Returns the delta time for this update, in seconds.

Public function Const

float

 

GetNonDebugWeight()

Returns the final blend weight contribution for this stage (ignoring debug cameras)

Public function Const

float

 

GetTrueWeight()

Returns the final blend weight contribution for this stage.

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