FReply::EndDragDrop

An event should return [FReply::Handled()](API\Runtime\SlateCore\Input\FReply\Handled).[EndDragDrop()](API\Runtime\SlateCore\Input\FReply\EndDragDrop) to request that the current drag/drop operation be terminated.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Input/Reply.h"

Syntax

FReply & EndDragDrop()

Remarks

An event should return FReply::Handled().EndDragDrop() to request that the current drag/drop operation be terminated.

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