[BP] How to connect lights array to single component?

I find myself always have to manually connect a bunch of actors to every each of its component. How can I plug all same type actors into an array and output into a single component reference?

Any help is appreciated.

what do you want to achieve this way?
if you want to modify all lights in your array, the best way might be to create a function, and call it for each lights in the array with a “for” loop

I was not sure which array you mention but i tried “forEachLoop” and it works! Thanks!

By the way, how can I mark this as answered?

great news! do you need a bit more infos on arrays?
to mark as aswered you have a menu on my answer where you can select as good answer.
thx !

There’s no menu on your answer. I think a comment can’t be marked as answered?

yeah i’m stupid… sorry… i’ll convert it to answer :slight_smile: