Fire one event instead of two events when two actors overlap

I’ve got multiple enemies walking around the map. When two of them begin overlap I want to fire an event. I’m using On Component Begin Overlap BP to fire the event but the problem is both actors trigger the overlap. How do I only fire the event once?

Thanks I’ll try a Gate with a toggle.