Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Input > API/Runtime/SlateCore/Input/FDragDropOperation
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
(
const class FDragDropEvent & DragDropEvent
)
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. |