Bug Report: For loop last index broken when using direct input from FCeil

Hi Epic,

I want te report a bug:

When I use the FCeil and use the return value as the last index for the for loop it actually skips the last index in the loop.

When setting it temp in a variable it does work as intended. Please refer to the image: Above works, below skips last index. I’ve spent a couple of hours debugging and needed to conclude that the fault was not on my side. Actually printed the entry of the last index and therefore was hard to assume that the for loop does not use this integer correctly.

Kind regards,

Eric

By the way: In some cases it worked. And therefore it was hard to debug.