hey people !
I just need to make a basic action with widgets blueprints.
I want to create a store page and a player inventory.
The items in the store are random generated. (i got a array of item in my game class).
I just need to :
When i click a item in the store page / delete the item in the store widget page / add the item in the inventory player widget page.
(I use master blueprint to create my items slots)
there are alot of tutorial for complex and big inventory. I didnt success to find what i need