Skip to main content

Creating a Landscape

This is a multi-part tutorial on creating virtual worls in Unreal Engine. This tutorial assumes you have a basic understanding of 3D work but no prior experience is necessary.

Please contact the Creative Technology Lab for questions or assistance.


1) Start with a blank level in Unreal Engine.

This will give you a fresh scene with a floor, sky, clouds, and sunlight. We will use this as a base from which we create our scene.

Screenshot 2023-06-02 103825-min.png


2) Change the editor to Landscape mode.

This menu is on the top left of your screen and will be used often to switch between different modes of the editor.

Screenshot 2023-06-02 103854-min.png

We will want to change two important settings here.

  1. Turn ON Enable Edit Layers. This will allow us to modify our landscape later.

  2. Change the Section Size to a smaller size. For this tutorial we will use 31x31 quads. For larger landscapes, you can use a larger size.

Screenshot 2023-06-02 104004-min.png

After this is done, you can click create and your landscape will be done.


3) Modifying the shape of the landscape.

Our landscape will look quite flat when we first create it. To add some details, we can use a variety of tools to change it. We will be focusing on the Noise tool.

The Noise tool applies a random height the portion of landscape we paint over. But first, we need to change a few settings with our tool.

  1. The Tool Strength should be reduced to 0.04. This will reduce the variation in height that is produced.

  2. The Noise Mode should be changed to Add. This will make it so height is added to our existing landscape, not reduced from it.

  3. Finally, the Brush Size can be increased so we can paint our whole landscape with one click. This is not necessary if you want to make small adjustments.

Screenshot 2023-06-02 104347-min.png

After clicking once to paint our landscape with Noise, it should look like this.

Screenshot 2023-06-02 104559-min.png

As you can see, the height has been randomised, greating a nice ground effect for our scene.


To continue with this tutorial, follow the next article in this series where we will cover Materials.