Hey Everyone, this is my first post ever
I m trying to make a racing game and stumbled on a little Problem regarding Unreals input system and UI system. When I press W to drive and the open the Menu, then close the menu again while still holding W the input gets lost and the car stops. Unlike when I play on controller the input continues as it should.
Additional Info: I am also using common UI for controller
The steps I took and didn’t help where:
I changed the set input to UI and Game this didn’t do nothing because the Widget takes away the input regardless
I changed set focus but the problem is this destroys controller functionally because the controller can’t go to the buttons
Am I missing something obvious or is this just a oversight from epic?