Navigation
API > API/Runtime > API/Runtime/CinematicCamera
References
| Module | CinematicCamera |
| Header | /Engine/Source/Runtime/CinematicCamera/Public/CineCameraSettings.h |
| Include | #include "CineCameraSettings.h" |
Syntax
struct FCameraFilmbackSettings
Remarks
note, this struct has a details customization in CameraFilmbackSettingsCustomization.cpp/h
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | SensorAspectRatio | Read-only. Computed from Sensor dimensions. | |
| float | SensorHeight | Vertical size of filmback or digital sensor, in mm. | |
| float | SensorWidth | Horizontal size of filmback or digital sensor, in mm. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FCameraFilmbackSettings& Other |
||
| bool | operator==
(
const FCameraFilmbackSettings& Other |