Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SDragAndDropVerticalBox > API/Runtime/SlateCore/SDragAndDropVerticalBox/FArguments
Description
Perform a drop operation onto the target row widget Most commonly used for executing a re-ordering and re-organization operations in lists or trees. e.g. A user was dragging one item into a different spot in the list; they just dropped it. This is our chance to handle the drop by reordering items and calling for a list refresh.
| Name | OnAcceptDrop |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h |
| Include Path | #include "Widgets/SBoxPanel.h" |
WidgetArgsType & OnAcceptDrop
(
const FOnAcceptDrop & InDelegate
)