unreal.RigVMEditorGraphMenuContext
¶
- class unreal.RigVMEditorGraphMenuContext(graph: RigVMGraph = Ellipsis, node: RigVMNode = Ellipsis, pin: RigVMPin = Ellipsis)¶
Bases:
StructBase
Rig VMEditor Graph Menu Context
C++ Source:
Plugin: RigVM
Module: RigVMEditor
File: RigVMEditorMenuContext.h
Editor Properties: (see get_editor_property/set_editor_property)
graph
(RigVMGraph): [Read-Write] The graph associated with this context.node
(RigVMNode): [Read-Write] The node associated with this context.pin
(RigVMPin): [Read-Write] The pin associated with this context; may be NULL when over a node.
- property graph: RigVMGraph¶
[Read-Only] The graph associated with this context.
- Type: