HI, I’m slightly modyfing player controller. I’m enabling look input (and hiding cursor) on right mouse button press and disabling (and showing cursor) on release. At start look input is disabled and cursor should be shown. To allow rotate constantly with button pressed I had to set input game mode to game and UI (I need this type also for future features). Problem is that if I set game mode game window isn’t focused after play (also after starting from *.exe in fullscreen mode). Problem occurs while I’m buliding with Visual Studio (PIE is fine).