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:
StructBaseRig VMCompile Settings
C++ Source:
Module: RigVMDeveloper
File: RigVMCompiler.h
Editor Properties: (see get_editor_property/set_editor_property)
ast_settings(RigVMParserASTSettings): [Read-Write] ASTSettingsenable_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: RigVMParserASTSettings¶
[Read-Write] ASTSettings
- Type: