[UE 5]Blueprint. Getting the latest instance index

I need to get the index value of the instance upon completion of the cycle. Is it possible to do this? If so, how?

To clarify, I have such 3 cycles, where instasny are created

1 Like

Promote it to a variable and set it after adding instance. After the last one its value will be what you need.

1 Like