Hello,
i created a widget and i want to make a “Sensivity Slider”… so far i setup a bit, so when sliding it shows the value etc.
Now i need to “Get value” from the slider (not a problem) but now i need to “set GamepadSensivity” variable… and this is a problem.
I found something but no idea how to do it.
I created a input but i dont have this “Blueprint(…)”
The value of the “GamepadSensivity” that defines the “Multiplied speed” is in the ThirdPersonBP and the slider is in “HUD_esc” widget.
Now the “HUD_esc” widget needs to access “ThirdPersonBP” to access the “GamepadSensivity” variable(to set it).