Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Input > FDragDropOperation
- FDragDropOperation::OnDragged()
- FUMGDragDropOp::OnDragged()
- FUICommandDragDropOp::OnDragged()
- FColorDragDrop::OnDragged()
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Input/DragAndDrop.h |
Include | #include "Input/DragAndDrop.h" |
Source | /Engine/Source/Runtime/SlateCore/Private/Input/DragAndDrop.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. |