World Partition or Sub-Levels

Hello Everyone,

My project in Unreal Engine is very large and cannot fit into a single landscape, so more than one landscape is required. Should I use World Partition at this stage, or should I open a different level for each landscape and use the Sub Level system? If I am going to use Sub Level, how can I hide the incompatibilities that will occur in the landscape?

Thank you very much for your answers.

You will have to use artistic finesse, intersecting slopes, and masking meshes if you use multiple landscapes.
However, it might be better to use world partition, if you really need worlds that large – that’s what it’s for!

Yes, but how easy would it be to manage multiple landscapes in a single level?