Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SDraggableBoxOverlay > API/Developer/ToolWidgets/SDraggableBoxOverlay/FArguments
Description
Invoked when the user has finished dragging the widget to a new position. This is useful if you want to save the box position persistently: call GetDragBoxPosition and save it in a config file.
| Name | OnUserDraggedToNewPosition |
| Type | function |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Overlay/SDraggableBoxOverlay.h |
| Include Path | #include "Overlay/SDraggableBoxOverlay.h" |
WidgetArgsType & OnUserDraggedToNewPosition
(
const FSimpleDelegate & InDelegate
)