Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Commands > API/Runtime/Slate/Framework/Commands/FUICommandDragDropOp
- FDragDropOperation::OnDragged()
- FUICommandDragDropOp::OnDragged()
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 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. |