unreal.RigVMCompileSettings
¶
- class unreal.RigVMCompileSettings(surpress_info_messages=True, surpress_warnings=False, surpress_errors=False, enable_pin_watches=True, consolidate_work_registers=False, ast_settings=[])¶
Bases:
unreal.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] ASTSettingsconsolidate_work_registers
(bool): [Read-Only] Consolidate Work Registersenable_pin_watches
(bool): [Read-Write] Enable Pin Watchessurpress_errors
(bool): [Read-Write] Surpress Errorssurpress_info_messages
(bool): [Read-Write] Surpress Info Messagessurpress_warnings
(bool): [Read-Write] Surpress Warnings
- property ast_settings¶
[Read-Write] ASTSettings
- Type