Hello everyone I’m currently prototyping an inventory system with 2 slots I got the inventory part in control but I’m struggling to find a way to scroll to different slots.
The wheel axis values stops at 4 and loop back at 0.
So basically each slot is a Button, I’ve currently setup a variable to get the wheelaxis value, now I send the value to the WidjetBp. Depending on if the value is even for the second slot or odd for the first I set the select slot.
My goal is to be able to Scroll through the inventory with the mouse wheel.
My problem How do I scroll ?
If something is unclear please let me know its been a while now so I pretty determined to find a solution :Y

