unreal.MetaHumanLiveLinkVideoFormat

class unreal.MetaHumanLiveLinkVideoFormat(resolution: IntPoint = Ellipsis, frame_rate: float = 0.0, type: str = '', name: str = '')

Bases: StructBase

MetaHuman Live Link Video Format

C++ Source:

  • Plugin: MetaHumanLiveLink

  • Module: MetaHumanLocalLiveLinkSource

  • File: MetaHumanLocalLiveLinkSourceBlueprint.h

Editor Properties: (see get_editor_property/set_editor_property)

  • frame_rate (float): [Read-Write]

  • name (str): [Read-Write]

  • resolution (IntPoint): [Read-Write]

  • type (str): [Read-Write]

property frame_rate: float

[Read-Only]

Type:

(float)

property name: str

[Read-Only]

Type:

(str)

property resolution: IntPoint

[Read-Only]

Type:

(IntPoint)

property type: str

[Read-Only]

Type:

(str)