Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphNode
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphNode.h |
| Include | #include "SGraphNode.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp |
virtual TSharedPtr< SGraphPin > GetHoveredPin
&40;
const FGeometry & MyGeometry,
const FPointerEvent & MouseEvent
&41; const
Remarks
Find the pin that is hovered. A pointer to the pin widget hovered in this node, or invalid pointer if none.
Parameters
| Name | Description |
|---|---|
| MyGeometry | The geometry of the node |
| MouseEvent | Information about the mouse |