so I have this small issue with my inventory UMG when I drag it onto another widget it gets destroyed not only the inventory but any other moveable widget I have, I checked all of them functions “on drop” and its set to false.
ok I think I understand the issue now, because its not dropped into the main hud , it means it doesn’t detects it so it wont create a widget for the movable widget.
what if I made a bool or a function to hide all opened widgets on viewport so it can land safely onto the main HUD?
it will work that way but its not “solved” but a workaround.
ok I think I fixed it, on drag detected for the movable widget, I took all the HUD elements and set visibility to hit test invisible and “On Drop” to main widget I set them back to visible and it looks like it doesn’t eat the other widgets yet.