FOnDragDropUpdate

A delegate invoked on the initiator of the DragDrop operation.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_OneParam< void, const FDragDropEvent & > FOnDragDropUpdate

References

Module

SlateCore

Header

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

Include

#include "Input/DragAndDrop.h"

Remarks

A delegate invoked on the initiator of the DragDrop operation. This delegate is invoked periodically during the DragDrop, and gives the initiator an opportunity to respond to the current state of the process. e.g. Create and update a custom cursor.

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