Hi,
I’m trying to make the mouse sensitivity setting with only one slider in my Main Menu Setting Screen. The tricky thing is my “mouse Y” is used via Freelook Cam (pic below), and “mouse X” is used via code. Is there any way I can use just 1 float to control both of the values?
Thank you.


Can you change the freelook axis name to Mouse X?
Unfortunately no, just because the way I set it up at the beginning. It’s a bit too late now to change though. Is there any other way?
I don’t think I understand what you’re trying to do. Can you explain a little more?
Hey, what i’m trying to do is controlling both mouse X and Y’s sensitivity with one single float so that players can adjust it on a slider. Does that all make sense?
I don’t know what you mean by sensitivity. If you want one slider to control multiple things, then your handler for the slider should just set all those things.
Let’s say that the slider is supposed to indicate how much orange juice to put in the cups. Bill has a small cup, Bob has a big one. Player sets the slider to half-way. Your handler should then fill Bill’s cup halfway, and Bob’s cup halfway. Different amounts of juice perhaps, but both their cups are half full, which is what the player wanted.