After exiting pause menu, I can't go back

And what does the code look like to pause the game? Do you set the input mode to UI Only when you pause? If not, don’t set it to Game Only when you unpause. You may also want to try setting the Input Mode to Game And UI. You don’t have a hud so this shouldn’t affect anything but it could be your problem since you are telling the controller not to use any UI elements when you resume.

Basically what the title says.

So this is the pause menu in action:

and this is the blueprint:

So when I pause, all works well. I pause using TAB. But as soon as I resume back to the game, I can’t pause again, it just doesn’t work.

Maybe if you set game paused false before remove from parent node?