EVirtualCameraFocusMethod

Windows
MacOS
Linux

References

Module

VirtualCamera

Header

/Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Public/VirtualCameraCineCameraComponent.h

Include

#include "VirtualCameraCineCameraComponent.h"

Syntax

enum EVirtualCameraFocusMethod
{
    DoNotOverride,
    Manual,
    Tracking,
    Auto,
    Disable,
}

Values

Name

Description

DoNotOverride

Don't override, ie. allow post process volume settings to persist.

Manual

User controls focus distance directly

Tracking

Focus distance is locked onto a specific point in relation to an actor

Auto

Focus distance automatically changes to focus on actors in a specific screen location

Disable

Disable depth of field entirely.

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