Every slider has a Event Dispatcher OnValueChanged
. Use it, and update the variables that you need. Also make sure you mark your slider as a Variable. Otherwise callback will not show.
When you click +
to add OnValueChanged
, then you will get node that gets executed every time value of the slider is changed.
After that, just update the variables that you need to.