unreal.RigVMCompileSettings

class unreal.RigVMCompileSettings(surpress_info_messages=True, surpress_warnings=False, surpress_errors=False, enable_pin_watches=True, 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] ASTSettings

  • enable_pin_watches (bool): [Read-Write] Enable Pin Watches

  • surpress_errors (bool): [Read-Write] Surpress Errors

  • surpress_info_messages (bool): [Read-Write] Surpress Info Messages

  • surpress_warnings (bool): [Read-Write] Surpress Warnings

property ast_settings

[Read-Write] ASTSettings

Type

(RigVMParserASTSettings)

property enable_pin_watches

[Read-Write] Enable Pin Watches

Type

(bool)

property surpress_errors

[Read-Write] Surpress Errors

Type

(bool)

property surpress_info_messages

[Read-Write] Surpress Info Messages

Type

(bool)

property surpress_warnings

[Read-Write] Surpress Warnings

Type

(bool)