I need to take the value of a slider (0-1) and translate that specific value into a force for me add force node.
I need the force to be max when the slider is at 0.5 and min when slider is at 0 or 1.
Super simplified Example:
Slider value between 0.0 - 0.25 = force of 1000
Slider value between 0.25- 0.75= force of 3000
Slider value between 0.75 - 1.00 = force of 1000
My actual blueprint will be more complex but that’s the basic idea. I just need to covert the sliders value between a