Drag and drop elements in scrollbox in widget editor utility

hey guys work on editor on camera layering system and other management and I was wondering if is it possible on the Editor utiliy widget to use the drag and drop operations ? I would like to drag from one list to another or just be able to drag /drop on the same scrollbox to reorder.

I guess it’s done by reording index elements ? I’m not sure most of the tutorial I watched are doing the same BP drag and drop operation but I don’t have that in utility blueprint ..Most steps are not the same cause they are dragging something(often an inventory) in the play viewport.

The closet thing I found on this forum is this :
Gyazo

but I guess it’s done on runtime so I have no idea how to do for me case

1 Like

Have you tried this?

And I can get a Widget to drag, but the position and the r adding is completely broken. Because the tutorial uses the viewport which we don’t have in EditorWidgets.

I’ve beet stuck here in 3.9


The OnDrop MyGeometry Input gives the current windows size, but I have no idea how to position a UserWidget on a canvas or the parent widget.

1 Like

no I didn’t I followed some tutorial and it didn’t work for the editor widget so I assumed maybe I needed c++ or python to modify that for the editor :confused:

i will try though thank you very much for the demo !
I will keep you updated as I have moved on on something else