Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphPin
- SWidget::OnMouseLeave()
- SGraphPin::OnMouseLeave()
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphPin.h |
| Include | #include "SGraphPin.h" |
| Source | /Engine/Source/Editor/GraphEditor/Private/SGraphPin.cpp |
virtual void OnMouseLeave
&40;
const FPointerEvent & MouseEvent
&41;
Remarks
The system will use this event to notify a widget that the cursor has left it. This event is uses a custom bubble strategy.
Parameters
| Name | Description |
|---|---|
| MouseEvent | Information about the input event |