Navigation
API > API/Runtime > API/Runtime/CinematicCamera
Inheritance Hierarchy
- UDeveloperSettings
- UCineCameraSettings
References
| Module | CinematicCamera |
| Header | /Engine/Source/Runtime/CinematicCamera/Public/CineCameraSettings.h |
| Include | #include "CineCameraSettings.h" |
Syntax
UCLASS (Config=Engine, defaultconfig, Meta=(DisplayName="Cinematic Camera"), MinimalAPI)
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 & | |||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void |
Constants
| Name | Description |
|---|---|
| CineCameraConfigSection |