FCameraLensSettings

#note, this struct has a details customization in CameraLensSettingsCustomization.cpp/h

Windows
MacOS
Linux

References

Module

CinematicCamera

Header

/Engine/Source/Runtime/CinematicCamera/Public/CineCameraComponent.h

Include

#include "CineCameraComponent.h"

Syntax

struct FCameraLensSettings

Remarks

#note, this struct has a details customization in CameraLensSettingsCustomization.cpp/h

Variables

Name Description

Public variable

int32

 

DiaphragmBladeCount

Number of blades of diaphragm.

Public variable

float

 

MaxFocalLength

Maximum focal length for this lens

Public variable

float

 

MaxFStop

Maximum aperture for this lens (e.g. 2.8 for an f/2.8 lens)

Public variable

float

 

MinFocalLength

Minimum focal length for this lens

Public variable

float

 

MinFStop

Minimum aperture for this lens (e.g. 2.8 for an f/2.8 lens)

Public variable

float

 

MinimumFocusDistance

Shortest distance this lens can focus on.

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FCameraLensSettings& Other
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss