| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
Include |
#include "EdGraph/EdGraphNode.h" |
class UGraphNodeContextMenuContext : public UObject
This is the context for GetContextMenuActions and GetNodeContextMenuActions calls.
Name | Description | ||
---|---|---|---|
|
bool |
bIsDebugging |
Whether the graph editor is currently part of a debugging session (any non-debugging commands should be disabled). |
|
TObjectPtr< con... |
Blueprint |
The blueprint associated with this context; may be NULL for non-Kismet related graphs. |
|
TObjectPtr< con... |
Graph |
The graph associated with this context. |
|
TObjectPtr< con... |
Node |
The node associated with this context. |
|
const UEdGraphP... |
Pin |
The pin associated with this context; may be NULL when over a node. |
Name | Description | |
---|---|---|
|
UGraphNodeContextMenuContext() |
Name | Description | ||
---|---|---|---|
|
void |
Init ( |