I have created a main menu with three buttons. “Play”, “Settings” and “Exit”. I have assigned focus to “Play” button on start, so I can move between them via Up and Down keys. Yet, even though I set the cursor visibility to 0, I can click on a button and execute it. I want to disable cursor, I won’t even be needing cursor for the entire project. It is a puzzle game that uses keyboard inputs. I have trouble with that. And lastly,
I have a problem with focus highlighter. It just looks so ugly… I asked ChatGPT and it told me to set widget focus highlighter to 0, but I do not have an option like that. I am using 5.2.1 of Unreal Engine. I think I could get rid of it via C++, but frankly I do not know how to use C++ for game development purposes. How can you help me?