UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCameraFilmbackSettings Struct Reference

#include <CineCameraSettings.h>

Public Member Functions

bool operator== (const FCameraFilmbackSettings &Other) const
 
bool operator!= (const FCameraFilmbackSettings &Other) const
 
void RecalcSensorAspectRatio ()
 
 FCameraFilmbackSettings ()
 

Public Attributes

float SensorWidth
 
float SensorHeight
 
float SensorHorizontalOffset
 
float SensorVerticalOffset
 
float SensorAspectRatio
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FCameraFilmbackSettings()

FCameraFilmbackSettings::FCameraFilmbackSettings ( )
inline

Member Function Documentation

◆ operator!=()

bool FCameraFilmbackSettings::operator!= ( const FCameraFilmbackSettings Other) const
inline

◆ operator==()

bool FCameraFilmbackSettings::operator== ( const FCameraFilmbackSettings Other) const
inline

◆ RecalcSensorAspectRatio()

void FCameraFilmbackSettings::RecalcSensorAspectRatio ( )
inline

Member Data Documentation

◆ SensorAspectRatio

float FCameraFilmbackSettings::SensorAspectRatio

Read-only. Computed from Sensor dimensions.

◆ SensorHeight

float FCameraFilmbackSettings::SensorHeight

Vertical size of filmback or digital sensor, in mm.

◆ SensorHorizontalOffset

float FCameraFilmbackSettings::SensorHorizontalOffset

Horizontal offset of the filmback, in mm.

◆ SensorVerticalOffset

float FCameraFilmbackSettings::SensorVerticalOffset

Vertical offset of the filmback, in mm.

◆ SensorWidth

float FCameraFilmbackSettings::SensorWidth

Horizontal size of filmback or digital sensor, in mm.


The documentation for this struct was generated from the following file: