Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STableRow > API/Runtime/Slate/STableRow/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/Slate/Public/Widgets/Views/STableRow.h |
| Include Path | #include "Widgets/Views/STableRow.h" |
WidgetArgsType & OnAcceptDrop
(
const FOnAcceptDrop & InDelegate
)