Calling OnActorBeginOverlap Callback At The Start of The Game

Hi, I have set OnActorBeginOverlap callback function on C++ and it works only if the actors collides AFTER the game has started. How can I make the callback being called immidiately if any actor collides at the start of the game? or How can I achieve this using any other system? thx in advance