unreal.CameraFocusMethod

class unreal.CameraFocusMethod

Bases: unreal.EnumBase

Supported methods for focusing the camera.

C++ Source:

  • Module: CinematicCamera

  • File: CineCameraComponent.h

DISABLE

Disable depth of field entirely.

Type

3

DO_NOT_OVERRIDE

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

Type

0

MANUAL

Allows for specifying or animating exact focus distances.

Type

1

TRACKING

Locks focus to specific object.

Type

2