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