How to disable other actors from the same class

Hello everyone!

I have a problem: in my game I spawned 10 actors from a class in the same room (Level). And each spawned actor has a trigger, when I overlapped that trigger it should launch an airplane, and it works, but the problem is that for some reason it launches all the airplanes from all the 10 actors.

How can I disable the other Blueprints actors except the one a triggered?

Can you provide some screenshots of your blueprint code?