UPROPERTY UISliderDivision

Very minor suggestion.

There should be an option to set the ‘division’ scale of the slider inside the properties window for a property via UPROPERTY meta tag. So for example you could set UISliderDivision to 1.0f and when scaling via the slider in the properties window it will only increment by an integer value. Or set it to 10. If you want to set a property to something with a decimal you could still manually enter it.

Point would be for ease of use (much like UIMax or UIMin). Often times when setting floats in property windows you’re not interested in ever deliberately setting a value (like health) to an ugly number but still need the variable to be a float for other reasons. In it’s current state a slider is sort of worthless on a float or an integer with a high clamp range because you generally want to set things to clean memorable numbers.

I meant to set this to the suggestion topic but apparently I don’t know how to do that? My apologies…