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