Navigation
API > API/Runtime > API/Runtime/CinematicCamera
| Name | UCineCameraSettings |
| Type | class |
| Header File | /Engine/Source/Runtime/CinematicCamera/Public/CineCameraSettings.h |
| Include Path | #include "CineCameraSettings.h" |
Syntax
UCLASS (Config=Engine, defaultconfig, Meta=(DisplayName="Cinematic Camera"), MinimalAPI)
class UCineCameraSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UCineCameraSettings
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CineCameraConfigSection | const FString | CineCameraSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CropPresets | TArray< FNamedPlateCropPreset > | List of available crop presets | CineCameraSettings.h |
|
| DefaultCropPresetName | FString | Name of the default crop preset | CineCameraSettings.h |
|
| DefaultFilmbackPreset | FString | Name of the default filmback preset | CineCameraSettings.h |
|
| DefaultLensFocalLength | float | Default focal length (will be constrained by default lens) | CineCameraSettings.h |
|
| DefaultLensFStop | float | Default aperture (will be constrained by default lens) | CineCameraSettings.h |
|
| DefaultLensPresetName | FString | Name of the default lens preset | CineCameraSettings.h |
|
| FilmbackPresets | TArray< FNamedFilmbackPreset > | List of available filmback presets | CineCameraSettings.h |
|
| LensPresets | TArray< FNamedLensPreset > | List of available lens presets | CineCameraSettings.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Notification | TSharedPtr< SNotificationItem > | CineCameraSettings.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 | CineCameraSettings.h |
|
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 | CineCameraSettings.h |
|
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 | CineCameraSettings.h |
|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
CineCameraSettings.h | ||
virtual void PostInitProperties() |
CineCameraSettings.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UCineCameraSettings * GetCineCameraSettings() |
CineCameraSettings.h |
|
|
static TArray< FNamedPlateCropPreset > const & GetCropPresets() |
CineCameraSettings.h | ||
static TArray< FNamedFilmbackPreset > const & GetFilmbackPresets() |
CineCameraSettings.h | ||
static TArray< FNamedLensPreset > const & GetLensPresets() |
CineCameraSettings.h |