Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Slate > API/Runtime/UMG/Slate/FUMGDragDropOp
- FDragDropOperation::OnDragged()
- FUMGDragDropOp::OnDragged()
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 OnDragged
&40;
const class FDragDropEvent & DragDropEvent
&41;
Remarks
Called when the mouse was moved during a drag and drop operation
Parameters
| Name | Description |
|---|---|
| DragDropEvent | The event that describes this drag drop operation. |