Navigation
API > API/Editor > API/Editor/GraphEditor
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphPanel.h |
| Include | #include "SGraphPanel.h" |
Syntax
struct FGraphContextMenuArguments
Remarks
Arguments when the graph panel wants to open a context menu.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< UEdGraphPin * > | DragFromPins | ||
| UEdGraphNode * | GraphNode | The source node if there are any. | |
| UEdGraphPin * | GraphPin | The source pin if there is one. | |
| FVector2D | NodeAddPosition | The endpoint of the drag or the location of the right-click. |