Navigation
BlueprintAPI > BlueprintAPI/Widget > BlueprintAPI/Widget/DragAndDrop > BlueprintAPI/Widget/DragAndDrop/EventReply
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
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Pointer Event | The pointer device event coming in. |
| struct | Drag Key | This button should be pressed to detect the drag, won't emit the DetectDrag FEventReply unless this is pressed. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Return Value |