FReply::BeginDragDrop

An event should return [FReply::Handled()](API\Runtime\SlateCore\Input\FReply\Handled).BeginDragDrop( Content ) to initiate a drag and drop operation.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/Reply.h

Include

#include "Input/Reply.h"

Syntax

FReply & BeginDragDrop
(
    TSharedRef< FDragDropOperation > InDragDropContent
)

Remarks

An event should return FReply::Handled().BeginDragDrop( Content ) to initiate a drag and drop operation.

Returns

reference back to the FReply so that this call can be chained.

Parameters

Parameter

Description

InDragDropContent

The content that is being dragged. This could be a widget, or some arbitrary data

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