unreal.MetaHumanCharacterTextureRequestParams

class unreal.MetaHumanCharacterTextureRequestParams(report_progress: bool = False, blocking: bool = False)

Bases: StructBase

MetaHuman Character Texture 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

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)