Input when paused

Hi!
How can i do that input do when game is paused, i am trying to check “Execute when paused” but it also is not working.

When your pause is ON then all of your input events without that check mark on “execute when paused” wont work. BUT You need to set your input mode to GameAndUI instead of UIOnly(which disables all of the game input events).

Great thanks!