Hi guys,
When I use GetPlayerController–>SetShowMouseCursor(false) I have to move my mouse a little or click somewhere onscreen before the cursor is hidden. I want to hide the cursor immediately without further input.
Any thoughts?
Hi guys,
When I use GetPlayerController–>SetShowMouseCursor(false) I have to move my mouse a little or click somewhere onscreen before the cursor is hidden. I want to hide the cursor immediately without further input.
Any thoughts?
Awesome! Seems clunky, but it worked! For anyone else with the same problem–I used a SetInputModeGameAndUI node and enabled the rest of the booleans above when wanting to reset to normal.