I’m using an actor(switch) to cast to another actor(light) to make visible all instances of that actor in the world, I have several copies of it. However, when the following nodes run, it only activates the first version of the actor(light) not all of the lights, how might I do this?
Casting from the switch BP to the light BP (image below)