Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/Details > API/Editor/UMGEditor/Details/FWidgetPropertyDragDropOp
- FDragDropOperation::OnDrop()
- FWidgetPropertyDragDropOp::OnDrop()
References
| Module | UMGEditor |
| Header | /Engine/Source/Editor/UMGEditor/Public/Details/WidgetPropertyDragDropOp.h |
| Include | #include "Details/WidgetPropertyDragDropOp.h" |
| Source | /Engine/Source/Editor/UMGEditor/Private/Details/WidgetPropertyDragDropOp.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. |