Ideally you never trust the engine to do for you what you should do yourself.
Removing a loading screen before you detect that some sort of collision below you exists is one of those things.
You shouldn’t even allow the player to posses a pawn until you are certain it isn’t stuck in some geometry.
The engine will start simulating physics when you posses something.