Landscapes - World Partition and Tiling
This discusses making large Unreal landscapes using data from a real-world location using World Partition to support larger maps.
This discusses making large Unreal landscapes using data from a real-world location using World Partition to support larger maps.
This discusses making large Unreal landscapes using data from a real-world location.
Tessellation is the ability to displace the surface of a mesh or landscape as it is rendered to create the appearance of more detail than the mesh contains. Nanite tessellation requires Unreal Engine 5.4 or higher.
A landscape material is one which is applied to an Unreal Engine landscape object. It is created similarly to any other material in Unreal but can use some special nodes (such as the Landscape Layer Blend node) which only work inside landscapes materials.
While this page is about landscape materials in Unreal Engine, it does not tell you how to make one, it describes how they are made, how important features work, and looks at alternative approaches used in commonly available examples.