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