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