Yes, input actions don’t work when game is paused.
I don’t remember who posted it, but I ended up using this: create a separate actor class called Pause Manager, and spawn it when game is paused. In actors, you can have actions execute when the game is paused; you’ll only have to set a reference to your pause menu and call the functions you need.
1 Like