ECameraFocusMethod

Supported methods for focusing the camera.

Windows
MacOS
Linux

References

Module

CinematicCamera

Header

/Engine/Source/Runtime/CinematicCamera/Public/CineCameraComponent.h

Include

#include "CineCameraComponent.h"

Syntax

enum ECameraFocusMethod
{
    DoNotOverride,
    Manual,
    Tracking,
    Disable,
    MAX,
}

Values

Name

Description

DoNotOverride

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

Manual

Allows for specifying or animating exact focus distances.

Tracking

Locks focus to specific object.

Disable

Disable depth of field entirely.

MAX

Remarks

Supported methods for focusing the camera.

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