Landscape Management

World Building

Create and edit Landscapes: heightmap import, sculpt tools, material layer painting, LOD configuration, and World Partition integration.

Version: 5.0.0 – 5.7.3 | Invoke: /skill landscape-management

← All Skills

What this skill does

Landscape Management gives you expert guidance for creating and editing terrain in Unreal Engine 5. Whether you are importing real-world heightmap data, hand-sculpting rolling hills, or painting material layers across vast open worlds, this skill walks you through the entire Landscape workflow. It also covers LOD configuration for performance and integration with World Partition so your terrain streams efficiently in large environments.

Covers

  • Landscape actor creation and sizing
  • Heightmap import (16-bit PNG, RAW)
  • Sculpt tools (raise, lower, smooth, flatten, erosion, noise)
  • Landscape material setup (layer blending, weight painting)
  • Landscape LOD and performance tuning
  • Landscape splines (roads, rivers, paths)
  • Landscape visibility and hole materials
  • World Partition integration

Does not cover


How to use

Invoke directly in Claude Code:

/skill landscape-management

This skill is also auto-detected when your prompt mentions landscape, terrain, heightmap, sculpt, paint-landscape, or ground intent. AgentUX will automatically activate Landscape Management when it recognizes relevant terrain context in your request.


Key Unreal Engine concepts

Concept Description
ALandscapeProxy The base actor class for Landscape terrain in UE5, managing heightmap data, material layers, and collision for large outdoor environments.
ULandscapeComponent Individual terrain tile components that make up a Landscape, each holding a section of heightmap and layer weight data.
Heightmap A grayscale image (16-bit PNG or RAW) where pixel brightness maps to terrain elevation, used to import real-world or artist-designed terrain.
Sculpt Tools A set of brush-based tools (raise, lower, smooth, flatten, erosion, noise) for hand-painting terrain elevation directly in the editor viewport.
Landscape Material Layers Material layer blending system that lets you paint different surface types (grass, rock, sand) onto the landscape using weight maps.
Landscape Splines Spline actors that deform the landscape along their path, used for creating roads, rivers, paths, and other linear features that integrate with terrain.
World Partition UE5's automatic streaming system that divides the world into grid cells, loading and unloading landscape sections based on player proximity.

Related skills


What you'll learn

  • How to create and size Landscape actors for your project's scale
  • Importing real-world heightmap data to build realistic terrain
  • Sculpting and refining terrain with brush-based tools
  • Painting multiple material layers for natural-looking ground surfaces
  • Configuring LOD and World Partition for performant large-world terrain