blueprint

ForLoop_Enhanced

  • Exposure: public
  • UE Version: 4.10

DragonFlyy

March 18, 2016, 3:47 pm

Allows ForLoop to use floats and count up or down depending on the step.

IE. -1 step counts down (can be any number)

First Index = 100

Last Index = 0

Step = -10

Will result in 100, 90, 80, 70, etc... until reaching 0

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v
Versions
March 18, 2016
  1. Expanded

  2. Initial

    See