UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CineCameraSettings.h File Reference
#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.

Classes

struct  FCameraFilmbackSettings
 
struct  FNamedFilmbackPreset
 
struct  FCameraLensSettings
 
struct  FNamedLensPreset
 
struct  FPlateCropSettings
 
struct  FNamedPlateCropPreset
 
struct  FCameraTrackingFocusSettings
 
struct  FCameraFocusSettings
 
class  UCineCameraSettings
 

Enumerations

enum class  ECameraFocusMethod : uint8 {
  DoNotOverride , Manual , Tracking , Disable ,
  UMETA =(Hidden)
}
 
enum class  ECameraExposureMethod : uint8 { DoNotOverride , Enabled , UMETA =(Hidden) }
 

Enumeration Type Documentation

◆ 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

enum class ECameraFocusMethod : uint8
strong

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