How to change Camera Moving Rate of free camera?

 

I want to change the camera movement values by pressing the RB button on my Xbox controller.

 I am able to assign this button to perform the action, but it always adds +1 to the value!I want to add or subtract a value of +0.1 or -0.1 every time I press the button.

How can I do this?


   Notre Server 01

 
Profile Image
buffos
  -  

I do not know if and how you can change that value, but here is a simple workaround.

Made that very simple compound to do the work


You can then assign the controller to the trigger up and down, change "Value To Change" module

ValueToChange -> Copy Scalar
Current Value-> Copy Scalar

Set Current Value (1 and 2) are -> Set Pin Scalar (to set the value of the current values, but not bind to it)

You can even add a reset trigger and whatever you like

p.s A small edit is needed to push the new value to the wanted MODULE and PIN. You can make it a compound, expose the pins you want to manipulate, and make as many copies as you like for each field.

 
Profile Image
buffos
  -  

Here is a sample compound

https://drive.google.com/file/d/1Z90BxJzxkdF_2qpiyHwlZt1uvAmkZQNV/view?usp=share_link

 
Profile Image
Notre Server 01
  -  

Thank you buffos!