# Setup and Using Nanite Displacement

{% hint style="warning" %}
This is only for Plugin Version 1.2 and UE5.3+
{% endhint %}

## Enabling Nanite Displacement/Tessellation

Navigate to and open your "**DefaultEngine.ini**" file within your projects config folder.

Within the "**DefaultEngine.ini**" add these two lines under `[/Script/Engine.RendererSettings]`

```
r.Nanite.AllowTessellation=1
r.Nanite.Tessellation=1
```

Save the file and close.

Restart your editor.

## Using Nanite Displacement/Tessellation in LMT

Two new parameters have been added to the "Landscape Material Parameters" drop down show here:

{% hint style="info" %}
In UE5.4+ there has been a Nanite Displacement Enable toggle added.
{% endhint %}

<figure><img src="https://2855220899-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk51ACJUA5E3mZvLb9h%2Fuploads%2FNQbfJfAXJUpefANwjNbZ%2Fimage.png?alt=media&#x26;token=a41a02de-c29f-4b3f-931e-87517b09959b" alt=""><figcaption></figcaption></figure>

These two parameters control the entire nanite displacement system within the landscape material.

* Magnitude: Essentially what it does is control the "Intensity" of the displacement.
* Center: This controls the center point from the heightmap 0-1 value.

## Enabling Nanite on your Landscape

Navigate to and select your landscape actor within the world outliner.

<figure><img src="https://2855220899-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk51ACJUA5E3mZvLb9h%2Fuploads%2F3cTwwVSj2lT24NTZf0Y5%2Fimage.png?alt=media&#x26;token=9f46a5b0-4527-4274-88ea-be9a58e2a170" alt=""><figcaption></figcaption></figure>

Within the details panel there will be a dropdown called "**Nanite**".

Click the "**Build Data**" button and wait for the process to complete.

Once completed you should see some nice displacement on your landscape material!

<figure><img src="https://2855220899-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mk51ACJUA5E3mZvLb9h%2Fuploads%2FkzsrNj5DQW7C47gBVf8l%2FScreenShot00000.png?alt=media&#x26;token=67ee5629-940e-48bd-8415-189f76b65328" alt=""><figcaption></figcaption></figure>
