Ingesting entire complex 3D city model meshes into UE

For that you really need an adaptive quadtree system, otherwise it will take too much work to set up a system using the current LOD system. The game engine just isn’t designed for that purpose because has to manage many assets at a small scale. Not sure how difficult it might be to add an adaptive quadtree system to the engine though.