Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Input > API/Runtime/SlateCore/Input/FDragDropOperation
- FDragDropOperation::OnDrop()
- FWidgetPropertyDragDropOp::OnDrop()
- FInViewportUIDragOperation::OnDrop()
- FUMGDragDropOp::OnDrop()
- FUICommandDragDropOp::OnDrop()
- FBrushBuilderDragDropOp::OnDrop()
- FDraggableBoxUIDragOperation::OnDrop()
- FColorDragDrop::OnDrop()
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
&40;
bool bDropWasHandled,
const FPointerEvent & MouseEvent
&41;
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. |