Detect Actor that is already colliding with another

one trick i like is to disable collision and then enable it slightly after begin play. this should force an update

using begin play it could trigger before your pawn is even spawned for instance.