How to dynamically change slider range and value range of a variable?

Hi ,

I want to set the slider range and value range of a float variable in blueprint , based on certain conditions , like changing values of other variables.

In the above picture , in the left side you can see option to set the Slider range and Value range. So how to change those values dynamically?

E.g , for the variable HPos , the min value will be -5000 + HWidth and max value will be
5000 - HWidth. Kindly let me know how to do this.

Thanks

up, how to change this parameters using BP?

I would like to know that too :o (BP)

Same here, would like to know this as well

Bumping this - is there a way to do this?

Also interested in this. In my case it is to have a slider to choose a category and then a second slider for subcategory. The second slider range would dynamically change (this way it can be reused).

Bump
(+1)

(I also have the same issue)

For Value range you can set the variable as itself clamped from Min to Max values (in the construction script), that makes sure the value doesn’t exceed Min and Max. For the slider however, I still don’t know how to go about it, I just set the Min and Max to the extreme cases and hope for the best
Even though you can set the value manually outside the slider range (as long as it’s inside the value range), having a slider Min and Max change dynamically is nice as you’ll have the most control over the the value (for example if I have the slider range from 0 to 3 I get more travel distance to clear a step if that makes sense)
So yeah +1 Bump, I would still like to know how to do it if it’s possible