Data Assets / Stuctures - Set range for parameter (min/max)

Hello - I have a structure referenced by a primary data asset. The structure has some properties that have lower and upper limits for example… a float with values that should range from 0 to 1. How do I make it so that the user, when opening the data asset to edit values, is limited to the value range 0 to 1?

Hey @Jebediahh!

I don’t know your exact use case or setup so I can only recommend a clamp! Using a clamp will change the input value to be between Min and Max so regardless of what is passed in it is never under the minimum or above the maximum. :slight_smile: