How to fully Pause a Game?

Is there a way to fully pause a game? Because i have game over screen that pops up when the player dies. But every now and then when the player dies the Turret’s will keep firing even tho the game over screen is up? it does’t happen all the time, very rarely actually. is this just a bug in the Engine that i can Look pass or is this something i have to address?

There is a node in BP called Pause.
It pauses the game. Also, you can tell the game to not pause the menu.

Salutations Corrupt_Override,

Please refer to this node:

For an example of how to use it refer to this page in the documentation:
https://docs.unrealengine.com/latest/INT/Engine/UMG/QuickStart/5/