Hi I’m a newbie
Everytime I create a project, I do change Mouse sensibility 0.2 to 0.1 in Editor preference.
It bugs me. How can I save the edit preference or is there a hotkey to adjust Mouse sensibility?
Hello -
Unfortunately there are many, many user settings that do not get saved like one would expect them to be - like for instance the invert middle mouse pan, which gets set per project as opposed to being set forever. But it can also be overriden in :
UE_5.0\Engine\Config\EditorPerProjectUserSettings.ini.
As for the mouse sensitivity, I haven’t tried it in practice but this same .ini has, indeed, the following entry :
MouseSensitivty=.2f
Therefore setting to .1 there might do just what you want, overriding it for all projects. But as said I haven’t tested it hence I can’t 100% confirm.
The .ini situation in pretty much ridiculous and beyond fixing at this point IMHO, so it’s best to get very familiar with it to learn what to edit on each engine install.