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:
StructBaseDEPRECATED: This functionality is now available in the CaptureManager/CaptureManagerDevices module.
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 basisname(str): [Read-Only] Note: We can’t use UE_DEPRECATED to deprecate this type unfortunately. If we try, we hit warnings in TTuple which we can’t suppress, or else warnings in UHT generated files which we likewise can’t suppress.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 anytake_number(int32): [Read-Only]