All 3 widgets have OnDrop function.
when I Drag Inventory slot and drop on other slot start all OnDrop functions:
1st Slot->OnDrop
2nd Inventory->OnDrop
3d HUD->OnDrop
How can I make layers on My HUD and on my Inventory? when I Drop on Slot must work only OnDrop function from Slot Widget.
I do same. When i drop on action bar slot, item image copy to that slot, then work OnDrop function by HUD and item dropped from inventory to the world. Why? UE 4.11
What i do wrong? Mb some checkBox have a wrong value