I can't find OnDragDetected in Unreal Editor

Hello,

I have created a User Interface Widget Blueprint in Unreal Editor.

I have found this for the drag and drop:
UMG - Drag&Drop…

Now, i would like to begin a drag and drop, but i am missing a method.

In the Graph tab of the blueprint, i right click to have the list of possibility nodes but i can’t find the OnDragDetected node.

In the Search field, i set “Drag”, i have:

  • Event On Drag Cancelled
  • Event On Drag Enter
  • Event On Drag Leave

When i take a look in the source of UUserWidget, there are two more function not in the previous list:

  • OnDragDetected
  • OnDragOver

So for now, i can’t understand why i don’t have them… There are a option to activate somewhere?

Regards

Hello Grivet,

If you would like to find the OnDragDetected override as show in link provided. You will need to click on the drop down for function overrides. I have provided an example below. I hope that this information helps.

Example:

Make it a great day

Thanks a lot, i didn’t see this before !

Regards,