Navigation
Unreal Engine C++ API Reference > Runtime > AppFramework > Widgets > Colors > FColorDragDrop
- FDragDropOperation::OnDragged()
- FColorDragDrop::OnDragged()
References
Module | AppFramework |
Header | /Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorThemes.h |
Include | #include "Widgets/Colors/SColorThemes.h" |
Source | /Engine/Source/Runtime/AppFramework/Private/Widgets/Colors/SColorThemes.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. |