I am using a forloop that has its index connected to a macro I made. The macro then links to a print string.
When I run the level, all the prints are based on the last index of the forloop alone. The first index and so on don’t seem to be effecting the output of the macro
Anything I’m doing wrong?
Provide a snapshot of your blueprint, for loop part and macro.
I think the issue is with the JSONFixtures because when I try to use a for loop it works fine.
Well, I don’t exactly think so because if I link another JsonFixture and Print String after the orginal two without any loop, they both respond according to their indices as intended.
Can do do a print string after the loop body and before the JSONFixtures?
I don’t see the point of that because I print the data that is output from JSONFixtures.
Just do it to test out whether the for loop is working or not.
Ya, the ForLoop works fine without the macro
Please double click the macro and show us that.
Please put a unique print string after each executable node to see where it stops working.
Its okay, got it to work how I wanted by following this link:
Thanks for the help tho!


