Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Editor
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMEditorMenuContext.h |
| Include | #include "Editor/RigVMEditorMenuContext.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigVMEditorGraphMenuContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const URigVMGraph > | Graph | The graph associated with this context. | |
| TObjectPtr< const URigVMNode > | Node | The node associated with this context. | |
| TObjectPtr< const URigVMPin > | Pin | The pin associated with this context; may be NULL when over a node. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMEditorGraphMenuContext
(
TObjectPtr< const URigVMGraph > InGraph, |