You could either have an Event Dispatcher on the Trigger object and bind a custom event in each light to the Dispatcher in the level blueprint on start. Then simply call the dispatcher on overlap.
You could also just make an array of the lights in the trigger and run a for-each loop on overlap to do something on all the lights.