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 = [])¶
Bases:
StructBase
Rig VMCompile Settings
C++ Source:
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]
- property ast_settings: RigVMParserASTSettings¶
[Read-Write]
- Type: