UWidgetBlueprintLibrary::EndDragDrop

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

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Blueprint/WidgetBlueprintLibrary.h

Include

#include "Blueprint/WidgetBlueprintLibrary.h"

Source

/Engine/Source/Runtime/UMG/Private/WidgetBlueprintLibrary.cpp

Syntax

static FEventReply EndDragDrop
(
    FEventReply & Reply
)

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