How to change mouse sensitivity in UIOnly input mode, when player use widgets? I want to switch off cursor, when player change key bindings in game menu. I hide cursor and set its position in NativeTick(), but cursor whatever can move between ticks and I can see it. I think it’s more rationally change mouse sensitivity to zero, but PlayerController->InputPitchScale = 0 doesn’t work.