unreal.CameraFilmbackSettings
¶
- class unreal.CameraFilmbackSettings(sensor_width: float = 0.0, sensor_height: float = 0.0, sensor_aspect_ratio: float = 0.0)¶
Bases:
StructBase
#note, this struct has a details customization in CameraFilmbackSettingsCustomization.cpp/h
C++ Source:
Module: CinematicCamera
File: CineCameraSettings.h
Editor Properties: (see get_editor_property/set_editor_property)
sensor_aspect_ratio
(float): [Read-Only] Sensor Aspect Ratio: Read-only. Computed from Sensor dimensions.sensor_height
(float): [Read-Write] Sensor Height: Vertical size of filmback or digital sensor, in mm.sensor_width
(float): [Read-Write] Sensor Width: Horizontal size of filmback or digital sensor, in mm.
- property sensor_aspect_ratio: float¶
[Read-Only] Sensor Aspect Ratio: Read-only. Computed from Sensor dimensions.
- Type:
(float)