UCameraModifier::ModifyCamera

Allows modifying the camera in native code.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Camera/CameraModifier.h"

Source

/Engine/Source/Runtime/Engine/Private/Camera/CameraModifier.cpp

Syntax

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

Remarks

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