ModifyCamera

Overload list

Windows
MacOS
Linux
Name Description

Public function Virtual

bool

 

ModifyCamera

(
    float DeltaTime,
    FMinimalViewInfo& InOutPOV
)

Directly modifies variables in the owning camera

Protected function Virtual

void

 

ModifyCamera

(
    float DeltaTime,
    FVector ViewLocation,
    FRotator ViewRotation,
    float FOV,
    FVector& NewViewLocation,
    FRotator& NewViewRotation,
    float& NewFOV
)

Allows modifying the camera in native code.

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