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
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…