unreal.MetaHumanCharacterAutoRiggingRequestParams

class unreal.MetaHumanCharacterAutoRiggingRequestParams(rig_type: MetaHumanRigType = Ellipsis, report_progress: bool = False, blocking: bool = False)

Bases: StructBase

MetaHuman 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 request

  • report_progress (bool): [Read-Write] Weather or not to report the progress of the request in the form of notification items

  • rig_type (MetaHumanRigType): [Read-Write] The type of rig to request

property blocking: bool

[Read-Write] Set to true to make it a blocking request

Type:

(bool)

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:

(MetaHumanRigType)