Event Reply

Event Reply

Windows
MacOS
Linux
On this page

Actions

Detect Drag

Ask Slate to detect if a user starts dragging in this widget later. Slate internally tracks the movement and if it surpasses the drag threshold, Slate will send an OnDragDetected event to the widget.

Target is Widget Blueprint Library

Detect Drag if Pressed

Given the pointer event, emit the DetectDrag reply if the provided key was pressed. If the DragKey is a touch key, that will also automatically work.

Target is Widget Blueprint Library

End Drag Drop

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

Target is Widget Blueprint Library

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