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:

  • 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]

property ast_settings: RigVMParserASTSettings

[Read-Write]

Type:

(RigVMParserASTSettings)

property enable_pin_watches: bool

[Read-Write]

Type:

(bool)

property surpress_errors: bool

[Read-Write]

Type:

(bool)

property surpress_info_messages: bool

[Read-Write]

Type:

(bool)

property surpress_warnings: bool

[Read-Write]

Type:

(bool)