Parallel stream level loading

Hi, Everyone!
Is there any way I can simultaneously load multiple number of levels?

I have a map - levelLoader, which shows loading screen, during which it loads stream levels.
One of them is larger than other. Is there any way I can load smaller wtream level while loading a larger one?

Either Blueprint or C++ solution is acceptable.

Still active

Still active

I don’t think this is currently possible, but the levels are not actually streamed on a separate thread, so loading multiple at the same time would not do you any favors.

If you feel streaming levels just does not load your levels quick enough you could try playing around with the settings in Project Settings ➔ Engine ➔ Streaming ➔ Level Streaming.