Navigation
Unreal Engine C++ API Reference > Runtime > CinematicCamera
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- UCineCameraSettings
References
Module | CinematicCamera |
Header | /Engine/Source/Runtime/CinematicCamera/Public/CineCameraSettings.h |
Include | #include "CineCameraSettings.h" |
Syntax
class UCineCameraSettings : public UDeveloperSettings
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TArray< FNamedPlateCropPreset > | CropPresets | List of available crop presets |
![]() |
FString | DefaultCropPresetName | Name of the default crop preset |
![]() |
FString | DefaultFilmbackPreset | Name of the default filmback preset |
![]() |
float | DefaultLensFocalLength | Default focal length (will be constrained by default lens) |
![]() |
float | DefaultLensFStop | Default aperture (will be constrained by default lens) |
![]() |
FString | DefaultLensPresetName | Name of the default lens preset |
![]() |
TArray< FNamedFilmbackPreset > | FilmbackPresets | List of available filmback presets |
![]() |
TArray< FNamedLensPreset > | LensPresets | List of available lens presets |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
bool | GetCropPresetByName
(
const FString PresetName, |
Gets the Crop settings associated with a given preset name Returns true if a preset with the given name was found |
![]() ![]() |
TArray< FNamedPlateCropPreset > const & | ||
![]() |
bool | GetFilmbackPresetByName
(
const FString PresetName, |
Gets the Filmback settings associated with a given preset name Returns true if a preset with the given name was found |
![]() ![]() |
TArray< FNamedFilmbackPreset > const & | ||
![]() |
bool | GetLensPresetByName
(
const FString PresetName, |
Gets the Lens settings associated with a given preset name Returns true if a preset with the given name was found |
![]() ![]() |
TArray< FNamedLensPreset > const & |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
UObject interface |
![]() ![]() |
void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |
Constants
Name | Description |
---|---|
CineCameraConfigSection |