unreal.MetaHumanVerificationOptions¶
- class unreal.MetaHumanVerificationOptions(verbose: bool = False, treat_warnings_as_errors: bool = False, verify_packaging_rules: bool = False)¶
Bases:
StructBaseOptions 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]