unreal.MetaHumanVerificationOptions

class unreal.MetaHumanVerificationOptions(verbose: bool = False, treat_warnings_as_errors: bool = False, verify_packaging_rules: bool = False)

Bases: StructBase

Options for the Verification process

C++ Source:

  • Plugin: MetaHumanSDK

  • Module: MetaHumanSDKEditor

  • File: MetaHumanVerificationRuleCollection.h

Editor Properties: (see get_editor_property/set_editor_property)

  • treat_warnings_as_errors (bool): [Read-Write]

  • verbose (bool): [Read-Write]

  • verify_packaging_rules (bool): [Read-Write]

property treat_warnings_as_errors: bool

[Read-Write]

Type:

(bool)

property verbose: bool

[Read-Write]

Type:

(bool)

property verify_packaging_rules: bool

[Read-Write]

Type:

(bool)