Navigation
API > API/Runtime > API/Runtime/CinematicCamera
References
Module | CinematicCamera |
Header | /Engine/Source/Runtime/CinematicCamera/Public/CineCameraSettings.h |
Include | #include "CineCameraSettings.h" |
Syntax
struct FCameraLensSettings
Remarks
note, this struct has a details customization in CameraLensSettingsCustomization.cpp/h
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | DiaphragmBladeCount | Number of blades of diaphragm. |
![]() |
float | MaxFocalLength | Maximum focal length for this lens |
![]() |
float | MaxFStop | Maximum aperture for this lens (e.g. 2.8 for an f/2.8 lens) |
![]() |
float | MinFocalLength | Minimum focal length for this lens |
![]() |
float | MinFStop | Minimum aperture for this lens (e.g. 2.8 for an f/2.8 lens) |
![]() |
float | MinimumFocusDistance | Shortest distance this lens can focus on. |
![]() |
float | SqueezeFactor | Squeeze factor for anamorphic lenses. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor, initializing with default values |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator==
(
const FCameraLensSettings& Other |