Choose your operating system:
Windows
macOS
Linux
| FDragDropOperation::OnDragged()
|
Module |
|
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
(
const class FDragDropEvent & DragDropEvent
)
Called when the mouse was moved during a drag and drop operation
Parameter |
Description |
---|---|
DragDropEvent |
The event that describes this drag drop operation. |