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.
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).
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