Regarding the issue of Unreal loading multiple maps

Does Unreal support multi-threaded asynchronous loading of multiple level maps? All the maps I searched for are loaded asynchronously, without multi-threading. If there are multiple maps in my scene and each map takes about 5 seconds to load (if there are ten such maps, it will take 50 seconds to load them), asynchronous loading does not affect my operations in the scene, but as the number of levels increases, the time for all levels to load will become longer. So, may I ask if Unreal supports multi-threaded asynchronous loading of maps