void UWorld::StartPhysicsSim() { FPhysScene* PhysScene = GetPhysicsScene(); if (PhysScene == NULL) { return; } PhysScene->StartFrame(); }