I need help getting location of a component from an array of actors.

Yup, looks like that’s another way of doing same thing.

It still might be better to use setup your originally had and just add Delay after Event Begin Play node. Even with a Delay, engine is processing everything per Tick. For best performance in general, it’s best to avoid using Event Tick when at all possible.