Slider custom min and max values?

Is it possible to set both the min and max values of a slider to other than 0.0 and 1.0? Example: set the min to 0.7 and the max to 1.0

Do you mean UMG sliders? Select the slider and look at the details tab, under category “appearance” you will find the min and max value to set.

I don’t have that option

297834-slider.png

I’m sorry for late response, I didn’t receive notification…
I see you are using 4.17 unfortunately I don’t have this version installed, but you can try 2 things
First look if you have nodes to set min and max in the blueprint, if not, simply use the map range clamped on the value change event. Remember this node, it is very handy and can be used for a lot of things (on the screen example, the slider still output a value from 0 to 1, but this one is remapped so when slider is at 0, it outputs 0.7, and if slider is at 1 it ouputs 2.5)