How to Round a Decimal to the Nearest Tenth in UE4

Should be fairly simple, but unsure of how to do this in UE4 using float nodes

So for example: 1.23333478 — How would you round this to the nearest tenth of 1.2?

Appreciate if anyone knows how to achieve this using float nodes

Much Thanks !

multiply by ten, then round, divide by ten.

Works like a gem - Thanks man !!

you wouldn’t happen to know how to “round” inside of a math expression node by any chance?

Nope sorry.