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