Find out if actor is within volume

I have a collision box that works fine in an actor enters it from outside the box, on both entry and exit. However, if an actor in spawned inside the box, it works just opposite - because OnComponentBeginOverlap is not triggered. Is there a way to find out if an actor is spawned inside the volume, so I can mimic OnComponentBeginOverlap on that event?