Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Docking > API/Runtime/Slate/Framework/Docking/STabDrawer
- SWidget::OnMouseLeave()
- STabDrawer::OnMouseLeave()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Docking/STabDrawer.h |
| Include | #include "Framework/Docking/STabDrawer.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Docking/STabDrawer.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 |