UPlayerCompOutputCameraModifier::ModifyCamera

Directly modifies variables in the owning camera

Windows
MacOS
Linux

Override Hierarchy

UCameraModifier::ModifyCamera()

UPlayerCompOutputCameraModifier::ModifyCamera()

References

Module

Composure

Header

/Engine/Plugins/Compositing/Composure/Source/Composure/Classes/CompositingElements/PlayerViewportCompositingOutput.h

Include

#include "CompositingElements/PlayerViewportCompositingOutput.h"

Source

/Engine/Plugins/Compositing/Composure/Source/Composure/Private/CompositingElements/PlayerViewportCompositingOutput.cpp

Syntax

virtual bool ModifyCamera
(
    float DeltaTime,
    FMinimalViewInfo & InOutPOV
)

Remarks

Directly modifies variables in the owning camera

Returns

bool True if should STOP looping the chain, false otherwise

Parameters

Parameter

Description

DeltaTime

Change in time since last update

InOutPOV

Current Point of View, to be updated.

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