How can i change the For Loop Index Step from +1 to +2?

How to change the step value of a for loop during execution usind blueprint ForLoop? (Make it not +1)

You would need to create your own For Loop i guess.

You can double click the ForLoop Makro and look how it is setup. Then copy all of it into a new Makro and change the part where it makes the index +1 to +2.

Then you can reuse your new ForLoop inside that specific BP.

oh, I thought that there was another way. thank you

This not work?

Hm yeah, this would also work. Just wanted to give him an idea about creating his own makro :X