So I need an inventory system witch can be expandable in the long run, and from the tutorial videos I’ve come across pretty much everybody uses a structure+data table method. But I came across a series made by Micheal Pattison and in this series he simply states that data tables and structures tend to cause bugs especially if the game will have a lot of inventory items. And instead he uses an UObject system. And I’m wondering if he is right and does using this method will be more beneficial.
Link to his inventory series:
Thanks for the replies already!