Hi,
I’m following the RPG-Inventory Tutorial by Titanic Games and have a (probably typical beginner) problem.
My Inventory isn’t going to be exactly the same as he is creating. I want to use widget switcher and put items of the type weapon into the weapon section and the armor items into armor section.
The result is:
When I first pick the weapon it’s going to put all following items (no matter what type they are) into the weapon section. When restarting the game and putting the armor first it is going to put all following items into the armor section.
So it seems to check only once the item type, doesn’t it?
I tried to do the switch case in the event graph hoping it is updated each frame there but the result is exactly the same.
What am I doing wrong?