Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Input
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.