#include "CoreMinimal.h"
#include "Engine/DeveloperSettings.h"
#include "Engine/Scene.h"
#include "Templates/SharedPointer.h"
#include "CineCameraSettings.generated.h"
Go to the source code of this file.
◆ ECameraExposureMethod
Supported methods for exposure handling.
| Enumerator |
|---|
| DoNotOverride | Don't override, ie. allow post process volume settings to persist.
|
| Enabled | Set exposure settings based on the current lens and filmback settings.
|
| UMETA | |
◆ ECameraFocusMethod
Supported methods for focusing the camera.
| Enumerator |
|---|
| 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 | |