How to divide float in Unreal 5 Preview 2?

Hello, I can’t divide a float variable in UE5 Preview 2.
“No matching divide function for float”?

Workaround:

image

You can also use Math Expression I think

You can convert them into single precision by right click > convert float to double (or the other way around).

It’s an extra step, but it’s possible for sure.

It’s a bug in cuz UE5 support double precision first time in blueprint.
To use any operate node, it can’t cast auto, should “To double”, then divide or add…(see pics)
image
image
I think this will be fixed by Epic.

Thank you all for sharing but the workaround works just fine!