unreal.RigVMEditorMenuContext

class unreal.RigVMEditorMenuContext(outer: Object | None = None, name: Name | str = 'None')

Bases: Object

Rig VMEditor Menu Context

C++ Source:

  • Plugin: RigVM

  • Module: RigVMEditor

  • File: RigVMEditorMenuContext.h

get_graph_menu_context() → RigVMEditorGraphMenuContext

Returns context for graph node context menu

Return type:

RigVMEditorGraphMenuContext

get_rig_vm_asset_interface() → RigVMAssetInterface

Get Rig VMAsset Interface

Return type:

RigVMAssetInterface

get_rig_vm_blueprint() → RigVMBlueprint

Get the rigvm blueprint that we are editing deprecated: GetRigVMBlueprint is deprecated. Please use GetRigVMAssetInterface instead.

Return type:

RigVMBlueprint

get_rig_vm_host() → RigVMHost

Get the active rigvm host instance in the viewport

Return type:

RigVMHost

is_alt_down() → bool

Returns true if either alt key is down

Return type:

bool