Show mouse cursor

Hi friends, im creatng a normal chess game i want the mouse cursor to be shown during play i have created the player controller blueprint and have enabled the show mouse cursor but its not showing i have also tried creating set show mouse cursor node and connecting it to event begin play node its still not showing when i press play, i have also tried changing the project settings like setting the default gamemode to myplayercontroller still no sign of my mouse cursor please share if you have any solutions to this
thank you in advance

Sometimes when you change the Default PlayerController class of your Level GameMode it does not update. Try restarting the editor.

Don’t forget to Set Input Mode for UIOnly to be able to move the mouse cursor properly.