please help with inventory system tutorial

Is this the tutorial where they use structs for the inventory items and they are stored in an array in the widget? (can’t check atm).

I had various issues with this, especially when I tried replicating it. One of the fixes was moving the array which stores the inventory to the playerstate instead of in the widget blueprint itself.