
If you are feeling some kind of mouse smoothing or other processing going on – definitely not raw input, there is a fix!
How to Disable Mouse Smoothing
Almost all settings including sensitivity transfer directly from the previous game, which needed the unreal input.ini file adjusted with the following settings:
[/script/engine.inputsettings]
bEnableMouseSmoothing=False
bViewAccelerationEnabled=False
This game doesn’t have that in the user profile, just a GameUserSettings.ini, but you could this block there.
Be the first to comment