Navigation
API > API/Runtime > API/Runtime/CinematicCamera
Supported methods for focusing the camera.
| Name | ECameraFocusMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/CinematicCamera/Public/CineCameraSettings.h |
| Include Path | #include "CineCameraSettings.h" |
Syntax
enum ECameraFocusMethod
{
DoNotOverride,
Manual,
Tracking,
Disable,
UMETA =(Hidden),
}
Values
| Name | Remarks |
|---|---|
| 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. |
| UMETA |