unreal.RigVMCompileSettings¶
- class unreal.RigVMCompileSettings(surpress_info_messages: bool = False, surpress_warnings: bool = False, surpress_errors: bool = False, enable_pin_watches: bool = False, ast_settings: RigVMParserASTSettings = Ellipsis, warn_about_deprecated_nodes: bool = False, warn_about_duplicate_events: bool = False)¶
Bases:
StructBaseRig VMCompile Settings
C++ Source:
Plugin: RigVM
Module: RigVMDeveloper
File: RigVMCompiler.h
Editor Properties: (see get_editor_property/set_editor_property)
ast_settings(RigVMParserASTSettings): [Read-Write]enable_pin_watches(bool): [Read-Write]surpress_errors(bool): [Read-Write]surpress_info_messages(bool): [Read-Write]surpress_warnings(bool): [Read-Write]warn_about_deprecated_nodes(bool): [Read-Write]warn_about_duplicate_events(bool): [Read-Write]
- property ast_settings: RigVMParserASTSettings¶
[Read-Write]
- Type: