SDragAndDropVerticalBox::FArguments::OnAcceptDrop

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.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SBoxPanel.h

Include

#include "Widgets/SBoxPanel.h"

Syntax

WidgetArgsType & OnAcceptDrop
(
    const FOnAcceptDrop & InDelegate
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss