How do i fix my main menu from not letting me click on anything after clicking on image of the background

I started up my main menu and everything and everything works but when you click on anything but the buttons it locks you so your mouse wont click on anything any more. How do i fix this issue.

Hey The Dreamer-

It sounds like you’ll want to add a “Get Player Controller” node and from the return pin add a “Set Show Mouse Cursor” node set to true. This will allow the mouse to be visible even after clicking in the viewport.

Cheers

the mouse shows but wont let me click on anything after i click on something thats not one of the buttons
unlesss i press the windows key

Depending on the needs of your game, you may want to use the Set Input Mode nodes (Game Only, Game and UI, UI Only) to control when your mouse is interacting with the game world vs interacting with the UI elements.