[UMG] Drag and Drop Inventory?

Size Box, can be used to force a specific size to be maintained, it’s a lot better than doing things through canvas because it has the ability to set a minimum size for real, and not what canvas does which is enforce a size override entirely. So for an inventory slot, I’d just have it be Border > Size Box, and then insert my item widgets into the sizebox when i create the item widget for a slot.