Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Docking > API/Runtime/Slate/Widgets/Docking/SDockTab
- SWidget::OnDragLeave()
- SDockTab::OnDragLeave()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h |
| Include | #include "Widgets/Docking/SDockTab.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Docking/SDockTab.cpp |
virtual void OnDragLeave
&40;
const FDragDropEvent & DragDropEvent
&41;
Remarks
Called during drag and drop when the drag leaves a widget.
Parameters
| Name | Description |
|---|---|
| DragDropEvent | The drag and drop event. |