Stop Building Plastic Hills: The Landscape Erosion Tool
Stop Building Plastic Hills: The Landscape Erosion Tool
Let’s be honest: most Fortnite islands look like someone took a bucket of gray cement and threw it at the map. You have cliffs that drop off like a vertical wall, dirt paths that look like they were drawn with a ruler, and zero soul. If you want your island to look like a real place where people actually fight—rather than a test map for a geometry class—you need to stop sculpting and start eroding.
We’re going to use the Landscape Erosion Tool to turn your blocky, artificial terrain into something that looks like it was carved by wind and water over a million years. No coding required. Just some digital geology and a whole lot of "oops, I made a canyon."
What You'll Learn
- The difference between Sculpting and Eroding: Why pushing dirt around isn’t enough.
- The "Hydro" Concept: How to simulate water runoff without actually putting water in the game.
- Key Settings: Understanding Threshold, Iterations, and Noise Scale like you understand Storm damage.
- Real-World Application: Creating realistic ravines, weathered cliffs, and natural-looking hills.
How It Works
The Problem with "Sculpting"
In UEFN (Unreal Editor for Fortnite), you probably know the Sculpt Mode. This is like playing with clay. You have a brush, and you push pixels up to make mountains or pull them down to make valleys.
The problem? Nature doesn’t push clay. Nature wears things down.
When it rains on a mountain, water doesn’t just push dirt aside; it picks up loose soil, carries it downhill, and deposits it elsewhere. This creates rills (tiny channels) and gullies (big canyons). It also smooths out jagged edges.
The Erosion Tool: Digital Rain
The Landscape Erosion Tool simulates this process. Instead of moving the terrain with a giant finger, you simulate rain falling on your map. The tool calculates how water would flow, how much dirt it would pick up, and where it would drop that dirt.
Think of it like this:
- Sculpt Mode is like manually placing every brick in a wall.
- Erosion Mode is like letting gravity and weather do the work, so you just have to tweak the settings.
Hydro-Erosion vs. Simple Erosion
You’ll see two main types of erosion in the tool settings:
- Simple Erosion: This is like wind or dry dust. It smooths things out and rounds off sharp corners. It’s great for making a jagged rock pile look like a natural boulder.
- Hydro-Erosion: This is the big gun. It simulates water. Water flows downhill, gathers speed, and digs deep channels. This is how you get those dramatic Fortnite-style ravines and realistic riverbeds.
The Settings Explained (Without the Math)
- Iterations: How many "rainstorms" do you want to simulate? More iterations = more erosion = deeper canyons. But it also takes longer to calculate. Start low, go high if you need more drama.
- Threshold: The minimum height difference needed for erosion to happen. If your hill is too flat, water won’t flow. This setting tells the tool: "Only start digging if the slope is steep enough." Lower threshold = more erosion everywhere. Higher threshold = only the steepest cliffs get carved.
- Surface Thickness: Think of this as the "depth" of the topsoil. A thicker surface means the water digs deeper into the ground. A thin surface means it just scrubs the top layer.
- Noise Scale: This controls the "randomness" of the rain. A small scale means tiny, detailed ripples. A large scale means broad, sweeping river valleys.
- Noise Mode: Choose whether the erosion raises, lowers, or does both. Usually, you want "Both" or "Lower" to dig out channels.
Let's Build It
We aren’t writing Verse code here. This is a terrain editing skill. But we are going to build a specific feature: The Ultimate Sniper’s Ravine.
We’re going to take a flat-ish hill and turn it into a deep, winding canyon with realistic dirt paths.
Step 1: Prep Your Landscape
- Open your Island in UEFN.
- Go to Landscape Mode.
- Make sure you have a Landscape actor in your scene. If you don’t have one, add a new Landscape.
- Switch to Sculpt Mode first. Use the Raise tool to create a simple, broad hill in the center of your map. Don’t make it perfect. Make it lumpy. Nature is lumpy.
Step 2: Switch to Erosion Mode
- In the Landscape Mode toolbar, change the tool from Sculpt to Erosion.
- You’ll see a new set of options appear. Look for Hydro-Erosion (this is usually the default or easily selectable).
Step 3: Dial in the "Rain"
Here’s where you control the chaos. Let’s aim for a deep, dramatic canyon.
- Iterations: Set this to 50. (Yes, it’s high. We want drama.)
- Threshold: Set this to 0.1. (Low threshold means even gentle slopes will start eroding, creating lots of small channels.)
- Surface Thickness: Set this to 20. (This gives the water some "bite" into the ground.)
- Noise Scale: Set this to 100. (This creates medium-sized river valleys. Not too tiny, not too massive.)
- Noise Mode: Select Both (or Lower if you want to dig deeper without raising the banks).
Step 4: Paint the Rain
- Select the Erosion Brush.
- Adjust the brush size to cover the top of your hill.
- Click and drag over the hill. Watch what happens.
You’ll see the terrain start to crack and channel. Water is "flowing" down the hill, picking up dirt, and carving paths.
Pro Tip: If you see a path you like, undo (Ctrl+Z) and try a slightly different brush size or threshold. Erosion is random based on Perlin noise, so you can’t paint the exact same canyon twice. You have to experiment.
Step 5: Refine with "Combine Layer Operation"
If you have multiple terrain layers (dirt, grass, rock), make sure Combined Layer Operation is checked. This ensures the erosion affects all your material layers uniformly, so you don’t end up with a dirt canyon inside a rock canyon. It keeps the geology consistent.
Step 6: The "Chaos Button" (Optional)
Want it to look like a war zone? Crank the Iterations up to 200 and lower the Threshold to 0.01. You’ll get a landscape that looks like it’s been bombed and rained on for centuries. Perfect for a gritty, realistic battle royale map.
Try It Yourself
Challenge: Create a "Waterfall Cliff."
- Sculpt a tall, steep cliff face using Sculpt Mode.
- Switch to Hydro-Erosion.
- Adjust your Threshold so that only the steepest parts of the cliff erode.
- Use a small Noise Scale to create fine, vertical rills (tiny streams) running down the cliff.
- Hint: If the erosion looks too messy, increase the Threshold to ignore the flatter areas at the base of the cliff.
Recap
- Sculpting is like clay; Erosion is like weather.
- Hydro-Erosion simulates water flow, creating realistic channels and ravines.
- Iterations control depth, Threshold controls where erosion starts, and Noise Scale controls the size of the features.
- Play with the settings. There’s no "right" answer—just the answer that looks cool to you.
Now go make some dirt. And remember: if it looks too perfect, you’re probably still sculpting.
References
- https://dev.epicgames.com/documentation/en-us/uefn/UE/building-virtual-worlds/landscape-outdoor-terrain/editing-landscapes/landscape-sculpt-mode/landscape-erosion-tool
- https://dev.epicgames.com/documentation/en-us/uefn/UE/building-virtual-worlds/landscape-outdoor-terrain/editing-landscapes/landscape-sculpt-mode/landscape-hydro-erosion-tool
- https://dev.epicgames.com/documentation/en-us/uefn/landscape-mode-in-unreal-editor-for-fortnite
- https://dev.epicgames.com/documentation/en-us/fortnite/landscape-mode-in-unreal-editor-for-fortnite
- https://dev.epicgames.com/documentation/en-us/uefn/UE/ue-reference-environments-and-landscapes-in-unreal-editor-for-fortnite
Turn this into a guided course
Add landscape-erosion-tool to your free study plan — we'll suggest related pages and stitch the lot into one compile-checked, self-guided lesson with worked examples and quizzes.
References
Original tutorial generated by Verse Island from the Verse/UEFN knowledge base, with references to the Epic Games sources above. Code is validated against the knowledge base.