Hi guys,
Using a text input area to allow numbers only. Currently using str(clamp(int(Self.Text), 0, 1000)) to set the min/max number from 0-1000. Just wondering how i can add a rounding equation to if a user inputs 273 it will change to 270, or 988 it'll round to 990.
Cheers