#radial array posted by anonymous | bluep...
1 messages · Page 1 of 1 (latest)
can you share how you tried to setup the timer? That will make it easier to help with why it's not working
So Basically i this setup, but i think i am not at t5he point of the logic itself how this should work
by logic i mean: the implementation of the set timer by event and the for loop because the for loop throws the whole array out
or more like the index as a whole
i came also to the point for the logic that the set timer by event should be after the for loop so the index arrays is stored and then the set timer by event handle the spawning one by one
when using a timer you don't need the for loop, just use a variable to keep track of your current number of iterations and use that instead of the loop index
i got your idea but tbh i am not really familiar how to set up a vaiable which keeps track of a current integer
you can just right click on any pin and create a variable
Yes i know, but my question is so you say if i am using a set timer by event i dont need the for loop?
exactly
ok i am somehow on a wire atm xD
can you maybe explain also what then between the custom event and the add static mesh comes in?
so you said i need somehow a setup which increase the current index by one every event executed?
ok i got it!
i will post the result here for the other people!
but i have to clean out the names xD
https://blueprintue.com/blueprint/nzsp_24m/ here is the final setup @teal sun thank you for the hints