Reduce Gap Between Inventory Slots.

Hello, I’m making an inventory and i spawn each slot in a grid like this:

  1. Imgur: The magic of the Internet
  2. Slot Spawning posted by anonymous | blueprintUE | PasteBin For Unreal Engine 4

The slot spawn works great as shown here, but i would like to reduce the gap between them. How can i do that?

Thanks in advance!

There is no padding option for the size box.

Reduce padding for size box

I assume you’re using uniform grid. Make sure it is set size to content and the slot padding is 0. If that doesn’t work then go through all your containers and check for padding and if size is set to Fill

I’m actually not using a Uniform Grid Panel, i’m using a normal Grid Panel.