unreal.SimulcamInfo

class unreal.SimulcamInfo(media_resolution: IntPoint = Ellipsis, media_plate_aspect_ratio: float = 0.0, cg_layer_aspect_ratio: float = 0.0)

Bases: StructBase

Information about the simulcam composition

C++ Source:

  • Plugin: CameraCalibrationCore

  • Module: CameraCalibrationCore

  • File: LensData.h

Editor Properties: (see get_editor_property/set_editor_property)

  • cg_layer_aspect_ratio (float): [Read-Write] Aspect ratio of the CG layer in the simulcam composition, which was set to match the aspect ratio of the selected Camera Actor

  • media_plate_aspect_ratio (float): [Read-Write] Aspect ratio of the media plate in the simulcam composition, which was set to match the aspect ratio of the selected Media Source

  • media_resolution (IntPoint): [Read-Write] Resolution of the selected Media Source

property cg_layer_aspect_ratio: float

[Read-Write] Aspect ratio of the CG layer in the simulcam composition, which was set to match the aspect ratio of the selected Camera Actor

Type:

(float)

property media_plate_aspect_ratio: float

[Read-Write] Aspect ratio of the media plate in the simulcam composition, which was set to match the aspect ratio of the selected Media Source

Type:

(float)

property media_resolution: IntPoint

[Read-Write] Resolution of the selected Media Source

Type:

(IntPoint)