Menu selection to spawn items

ok so best thing is to make a parent widget that opens with your key, simply if you want to use it again and again, create it at begin play and set visibility to collapsed, on key press set it to be visible and use widget switcher with your remaining widgets on each selection it moves to next or specific index. on last selection change or spawn it with all on your character, so for character to wear those, you will need to create a data structure with shirts, pants and hats etc on each selection you will pass index of that data structure array to wear on character, this system will be dynamic, next time you have to add more clothes then just go to your array and add those with category specification, all is done.

1 Like