Has anyone created a spin box for integers yet?

I am creating a game which requires the player to enter numbers on a mobile and subsequently using floats is a pain in the butt.

You can round Float to Integer using Round,Fceil or Floor.

Round - Rounds your number (up or down) based of the number after the dot (3.4 → 3) (3.6 → 4)

Fceil - Rounds always up (3.4 → 4) (3.6 → 4)

Floor - Rounds always down (3.4 → 3) (3.6 → 3)

Hope that helps :slight_smile:

si meparece bien

I have! (well I just did) lol just modified the original spin box!

Here ya go!

https://forums.unrealengine.com/development-discussion/content-creation/1641116-creating-an-integer-spin-box-for-widget