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