unreal.MetaHumanTakeInfo

class unreal.MetaHumanTakeInfo(name: str = '', id: int = 0, num_frames: int = 0, frame_rate: float = 0.0, take_number: int = 0, resolution: IntPoint = Ellipsis, depth_resolution: IntPoint = Ellipsis, date: DateTime = [], num_streams: int = 0, device_model: str = '', tags: None = [], metadata: None = {}, raw_thumbnail_data: None = [], output_directory: str = '', issues: None = [])

Bases: StructBase

MetaHuman Take Info

C++ Source:

  • Plugin: MetaHuman

  • Module: MetaHumanCaptureSource

  • File: MetaHumanTakeData.h

Editor Properties: (see get_editor_property/set_editor_property)

  • date (DateTime): [Read-Only]

  • depth_resolution (IntPoint): [Read-Only]

  • device_model (str): [Read-Only]

  • frame_rate (double): [Read-Only]

  • id (int32): [Read-Only]

  • issues (Array[Text]): [Read-Only]

  • metadata (Map[str, str]): [Read-Only] Any data we want to have on a per-take basis

  • name (str): [Read-Only]

  • num_frames (int32): [Read-Only]

  • num_streams (int32): [Read-Only]

  • output_directory (str): [Read-Only]

  • raw_thumbnail_data (Array[uint8]): [Read-Only]

  • resolution (IntPoint): [Read-Only]

  • tags (Set[str]): [Read-Only] A list of tags that describe this take, if any

  • take_number (int32): [Read-Only]

property date: DateTime

[Read-Only]

Type:

(DateTime)

property depth_resolution: IntPoint

[Read-Only]

Type:

(IntPoint)

property device_model: str

[Read-Only]

Type:

(str)

property frame_rate: float

[Read-Only]

Type:

(double)

property id: int

[Read-Only]

Type:

(int32)

property issues: None

[Read-Only]

Type:

(Array[Text])

property metadata: None

[Read-Only] Any data we want to have on a per-take basis

Type:

(Map[str, str])

property name: str

[Read-Only]

Type:

(str)

property num_frames: int

[Read-Only]

Type:

(int32)

property num_streams: int

[Read-Only]

Type:

(int32)

property output_directory: str

[Read-Only]

Type:

(str)

property raw_thumbnail_data: None

[Read-Only]

Type:

(Array[uint8])

property resolution: IntPoint

[Read-Only]

Type:

(IntPoint)

property tags: None

[Read-Only] A list of tags that describe this take, if any

Type:

(Set[str])

property take_number: int

[Read-Only]

Type:

(int32)