there is a function node for getOverlappingActors.
I guess the engine stores an array of overlapped actors for you.
You can access this node whether or not youre using the overlap events.
So when that variable changes you can use that node to find the overlapped actors so you dont have to worry about the overlap event. If you need to though you can plug execution into the same code the overlap event plugs into.