Destroy all overlaping actors exept self

Hi, how can I destroy all other actors overlapping with another actor? If i set “event begin overlap -> Destroy actor” and as the target, I set the “other Actor” in the begin overlap event, the Actor gets destroyed himself but not the “other Actor”. So actually it does the same whether I target “self” or “other actor”… Why is that and how can I fix that?