How to Pause and Un-Pause in PIE With Console Command?

I made a simple button press that when you hit p will execute a console command, I’m using the command “pause” to pause the game.

This works to pause the game, but when I hit p again it doesn’t un-pause the game. I then have to hit the ~ and type pause to un-pause the game…I’m sure I am missing something rather simple here.

When you have the relevant InputAction event node selected in your blueprint, look in the details panel. You should see a checkbox labeled “Execute when Paused”.

Check it.

, thanks so much…so simple! :slight_smile: