How to Disable All inputs?

Hey there @ZanettiGameplay! Where is your escape button input logic? If you disable the input on the player via the disable input node it won’t disable input to everything, just for inputs to events on that actor. So say if you have your escape input on your main character and disable their input, you’ll only disable their movement. You’d have to disable the input of whatever is holding your pausing logic, or put a bool in there that you flick every time you disable the players input and want them unable to pause.

2 Likes