Help with Pause Menu

Hey guys, my Pause system works perfect, hit Enter the game pauses, press Enter again the game unpauses, great.
What isn’t working right is that when you Pause the game, a Widget is created that shows text on screen “Game Paused” when you unpause the game that text should go away but right now it stays there even after unpausing, here is the BP.

832eab0b52f4f33ab45510ad40c63be61901ee6d.jpeg

What should I do to correct this? Thanks in advance!

Instead of creating the widget every time you pause. Create and add it during beginplay, and store it in a variable. In your pause event, just set its visibility accordingly.