Confuse For inventory system

Who can explain about this pls I watch many Inventory dowload from marketstore It too hard and make me sick
What Should I start When doing inventory system? UI or Something

Inventories are complex, there’s no other way around this.

Start small and learn to use:

  • structs
  • data tables
  • save game system
  • blueprints communications - referencing and event dispatchers
  • how UMG containers work

UMG (the UI) can be fairly daunting, too. Keep experimenting and watching YT tutorials - eventually you’ll be able to tie things together on your own.

Try not to store too much inventory management logic in the UI itself. Consider dedicating an actor to everything inventory related.