How to clamp an int?

I am using blueprints to clamp an int variable, the min is 0 and max is 45, but i always get as min -1 and as max 46.

why does this happen? how can i solve it? this didnt happen in 4.10 and 4.11

thanks for taking the time!

ups, sorry, just fixed that by making the clamp out of the event tick so now the number is like flashing up to 46 and again to 45, but i clamped in the widget and it got fixed, sorry, just figured this out after posting it

Show the blueprint please.