Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Input > API/Runtime/SlateCore/Input/FDragDropOperation
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h |
| Include | #include "Input/DragAndDrop.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Input/DragAndDrop.cpp |
virtual void OnDrop
(
bool bDropWasHandled,
const FPointerEvent & MouseEvent
)
Remarks
Invoked when the drag and drop operation has ended.
Parameters
| Name | Description |
|---|---|
| bDropWasHandled | true when the drop was handled by some widget; false otherwise |
| MouseEvent | The mouse event which caused the on drop to be called. |