For each loop: Sequentially act

Hi sorry for my bad english
I study unreal very recently so my questions might be silly
anyway I’m making compass
I want to know how to point location2 after point location1

I figure out that pointing arrow by

but I do not know how to do it by sequential

Please any help would be appreciated

Thanks

You basically have to write your own ‘for each with delay’. You can double click the node to see what’s in it, but DO COPY the code into your own macro library, and then edit it.

Just pop a delay in the code before it loops back to get the next item.

PS: Put that on begin play, not on tick. I assume you only want to do this once, not every frame… :wink:

1 Like

I’m so appreciated your answer!
It solved I never know about double click the node haha!
you are life savior!!
image

1 Like

You’re welcome :blush:

1 Like