I’d like to know how I can get the widget I’m going to drop the item in (I’m making an inventory system). In the OnDrop function in my Inventory widget how I know what widget is underneath the mouse cursor? So when I release the left mouse button it adds the widget that is been dragged as a child of the one I’m hovering.
RESUMING: I want to know (get a refereence to) the widget(slot) I’m going to drop the item in.
Thanks in advance!