Navigation
API > API/Plugins > API/Plugins/ModelingEditorUI > API/Plugins/ModelingEditorUI/ModelingWidgets > API/Plugins/ModelingEditorUI/ModelingWidgets/FDraggableBoxUIDragOperation
References
| Module | ModelingEditorUI |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/ModelingEditorUI/Public/ModelingWidgets/SDraggableBox.h |
| Include | #include "ModelingWidgets/SDraggableBox.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/ModelingEditorUI/Private/ModelingWidgets/SDraggableBox.cpp |
static TSharedRef< FDraggableBoxUIDragOperation > New
&40;
const TSharedRef< class SWidget > & InUIToBeDragged,
const FVector2D InDecoratorOffset,
const FVector2D & OwnerAreaSize,
SDraggableBox::FOnDragComplete & OnDragComplete
&41;
Remarks
Create this Drag and Drop Content a new FDockingDragOperation
Parameters
| Name | Description |
|---|---|
| InUIToBeDragged | The UI being dragged |
| InDecoratorOffset | Where within the UI we grabbed, so we're not dragging by the upper left of the UI. |
| OwnerAreaSize | Size of the DockArea at the time when we start dragging. |
| OnDragComplete | Delegate to call when dropped. Gets passed in the screen space location of the top left corner. |