I want to force the shift lock toggle option to be on in my game. I know it’s possible as the game Tower World does so:
As you can see here, the option is “Set by Developer”, meaning the option is forced enabled.
I know how to force disable the option—disable EnableMouseLockOption in StarterPlayer—but that’s the opposite of what I want. I want to force the option to be enabled for all players so anyone with Shift Lock Switch disabled won’t have to fiddle around in settings to get it working.
Currently, all I’ve tried is making it so when a player is added, their DevEnableMouseLock property is set to true. This doesn’t seem to work.