[2.1.16] Constant combinator multiplier unexpected float output
Posted: Wed Aug 26, 2026 4:31 pm
I tried to use a 0.01 multiplier in a constant combinator group.
Expected outcome:
100 * 0.01 = 1
200 * 0.01 = 2
2000 * 0.01 = 20
What happened instead:
100 * 0.01 = 0
200 * 0.01 = 1
2000 * 0.01 = 19
I think it's because float values, but a 0.1 multiplier works fine here:
100 * 0.1 = 10
200 * 0.1 = 20
2000 * 0.1 = 200
example blueprint
Might be related to viewtopic.php?t=134202
Expected outcome:
100 * 0.01 = 1
200 * 0.01 = 2
2000 * 0.01 = 20
What happened instead:
100 * 0.01 = 0
200 * 0.01 = 1
2000 * 0.01 = 19
I think it's because float values, but a 0.1 multiplier works fine here:
100 * 0.1 = 10
200 * 0.1 = 20
2000 * 0.1 = 200
example blueprint
Might be related to viewtopic.php?t=134202