UMG Drag&Drop How do I know where to drop the widget?

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!

figured it out. made it work making a separate widget for the inventory list and worked with the OnDrop function there. :stuck_out_tongue: