Hi all,
For some reason all of my input actions do not work anymore on my weapon wheel widget, even inputs that work in other places do not work here.
For my weapon wheel I create it from the HUD on begin play and hide it.
I then toggle the visibility when I want to show it like so
I know I’m using the correct widget, as the rest of the blueprint functionality works as expected and all other breakpoints trigger
When opening the wheel I add the set the input mode to game and UI, for the IMC I also give it the highest priority
So far I’ve tried
- Removing every other IMC but the weapon wheel one.
- Give the input a different input key
- Updated to UE 5.4
- Adding the weapon wheel IMC to the default IMCs in the project settings