Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphPanel
Description
Returns a pin that is under the mouse, given a specified node. Returns nullptr if no valid node is given or no pin found
| Name | GetPinUnderMouse |
| Type | function |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphPanel.h |
| Include Path | #include "SGraphPanel.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphPanel.cpp |
UEdGraphPin * GetPinUnderMouse
(
const FGeometry & MyGeometry,
const FPointerEvent & MouseEvent,
TSharedPtr< SGraphNode > GraphNode
) const