This is the context for GetContextMenuActions and GetNodeContextMenuActions calls.
Member | Type | Offset | Share |
---|---|---|---|
Blueprint
The blueprint associated with this context; may be NULL for non-Kismet related graphs. |
UBlueprint* | 0x28 | |
Graph
The graph associated with this context. |
UEdGraph* | 0x30 | |
Node
The node associated with this context. |
UEdGraphNode* | 0x38 | |
bIsDebugging
Whether the graph editor is currently part of a debugging session (any non-debugging commands should be disabled). |
bool | 0x48 |