Show cursor question

I was following the tutorial from the unreal Docs and was on page 5. Creating / Scripting an In-Game Pause Menu | Unreal Engine Documentation Everything works as intended except for when I hit M for bringing up the pause menu, there is no visible mouse. Its there because it highlights when it hovers, but its real hard to key in on the button because I cant see the mouse cursor. Im assuming somewhere I need to do aShow Mouse Cursor, but I dont know where and why its not in the tutorial. How do I get it to show the mouse cursor when I hit M to bring up pause menu (I have all the blueprints exactly like the tutorial)

Hi,
there is a showMouseCursor and you have to tick it to TRUE, it’s false by default.