Cycle through an Array showing just one actor at a time

To do it with a blueprint, this is the construction

Event graph

and level BP ( basically what we had before )

TL

If you want them in a specific order, that’s also easier in BP, just give them an ID

which you can set in the level

and when you first make the array, sort them by ID :slight_smile: