Ran into this problem today. In my case, I was trying to use the value to do math with other floats (double, world transform), but the value from the input is a single-precision float and it seems the automatic conversion when connecting the nodes doesn’t work properly. Doing an explicit conversion (“Math/Conversions/To Double (Float)” node) on the input value fixed the issue for me.