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