No player input working on Video Widget

I’ve been trying to make a Widget Main menu. It contains a single Media texture and the player is suppose to press “Start” or in this case Enter. I disabled player input when creating the Level for the menu, and created a game-mode for the level.

Above is my attempt at re-enabling some inputs for the Menu, My understanding of it is:
When a key is pressed, detect which key is press, if the key is “Enter” or “1” Print “Correct input” if not Print “Incorrect Input”.
At the moment it does not even print the strings and I have no idea why, unless they are hidden behind my widget, but I doubt that.

Below is the Main Menu Hud Blueprint

Below is the Game-mode Blueprint

Any Help Appreciated :smiley: