Navigation
Unreal Engine C++ API Reference > Editor > EditorFramework > Viewports > FInViewportUIDragOperation
References
Module | EditorFramework |
Header | /Engine/Source/Editor/EditorFramework/Public/Viewports/InViewportUIDragOperation.h |
Include | #include "Viewports/InViewportUIDragOperation.h" |
Source | /Engine/Source/Editor/EditorFramework/Private/Viewports/InViewportUIDragOperation.cpp |
virtual void OnDragged ( const [FDragDropEvent](API\Runtime\SlateCore\Input\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. |