unreal.MetaHumanCharacterAutoRiggingRequestParams¶
- class unreal.MetaHumanCharacterAutoRiggingRequestParams(rig_type: MetaHumanRigType = Ellipsis, report_progress: bool = False, blocking: bool = False)¶
Bases:
StructBaseMetaHuman Character Auto Rigging Request Params
C++ Source:
Plugin: MetaHumanCharacter
Module: MetaHumanCharacterEditor
File: MetaHumanCharacterEditorSubsystem.h
Editor Properties: (see get_editor_property/set_editor_property)
blocking(bool): [Read-Write] Set to true to make it a blocking requestreport_progress(bool): [Read-Write] Weather or not to report the progress of the request in the form of notification itemsrig_type(MetaHumanRigType): [Read-Write] The type of rig to request
- property report_progress: bool¶
[Read-Write] Weather or not to report the progress of the request in the form of notification items
- Type:
(bool)
- property rig_type: MetaHumanRigType¶
[Read-Write] The type of rig to request
- Type: