I am working on a procedural dungeon runner, and I am having issues with frame time being eaten by PrePhysics and GeomOverlapMultiple in particular. I currently have no physics simulations happening and everything but the character to this point is a static mesh. I’m not sure why these overlaps are being generated and eating frame time.
Any help would be much appreciated