Hi, I am having trouble getting attention to what I feel is a kind of fundamental problem with blueprint math. Can someone from Epic please comment on this please? https://answers.unrealengine.com/que...negatives.html
Thank you
E.g. -1 % 4 does not return 3, it returns -1.
Can someone explain why this is desired behavior? I want to iterate through an array backwards and wrap the index counter around to the last index of the array using modulo. This is pretty common desired behavior of modulo.
Can someone explain why this is desired behavior? I want to iterate through an array backwards and wrap the index counter around to the last index of the array using modulo. This is pretty common desired behavior of modulo.
Comment