Spin box UMG . Problem parameter delta

Integer value in spinbox got float properties. Delta 1 should make the value without decimal.

http://i.imgur.com/2fM7ASF.png

Hello Artem,

I believe that this is working as intended, putting the spin box into the widget event graph and getting the delta value shows Delta is a float variable.

Cheers!

Used to work differently

Hello ,

The problem is only display output
I need the spinbox value have 0 after a point when I change it. But now there (after the point) is a row of numbers.


P.S; in 4.15 version everything was working fine.

Hey Artem,

Sorry for the confusion on my end. I see the problem you are experiencing, and this issue has been logged. You can track the issue here:

You can track the report’s status as the issue is reviewed by our development staff. Please be aware that this issue may not be prioritized or fixed soon.

4.18 and still the same problem. GG Epic. Anyway. Here is my work around. Its not pretty but it kinda works.

Here is my “workaround” in case someone else stumbles upon this issue. This works when changing the slider as well.
Note: You can remove/increase/decrease Delay node depending on your preference (change to see what it does, can’t explain it).

Another quick workaround to get whole numbers is to create a variable and bind it to the value.

Then on value changed you can round the return or use snap to grid (float) and update the variable bound to the value.