Navigation
Unreal Engine C++ API Reference > Runtime > AppFramework > Widgets > Colors > SColorTrash
- SWidget::OnDragLeave()
- SColorTrash::OnDragLeave()
References
Module | AppFramework |
Header | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h |
Include | #include "Widgets/Colors/SColorThemes.h" |
Source | /Engine/Source/Runtime/AppFramework/Private/Widgets/Colors/SColorThemes.cpp |
virtual void OnDragLeave
(
const FDragDropEvent & DragDropEvent
)
Remarks
Called during drag and drop when the drag leaves a widget. A reply that indicated whether this event was handled.
Parameters
Name | Description |
---|---|
DragDropEvent | The drag and drop event. |