> For the complete documentation index, see [llms.txt](https://iolacorp-1.gitbook.io/worldscape-plugin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://iolacorp-1.gitbook.io/worldscape-plugin/faq.md).

# FAQ

## I can walk on planet surface ?&#x20;

Yes.

## It's possible to use the material landscape provided for the original unreal landscape on clipmaps ground ?

Unfortunately No, the Landscape material is designed to work with the LandscapeComponent. But the plugin offers an example triplanar material, you can improve it to make it as beautiful as that of your old landscape.

## Can I sculpt terrain in editor ?

No, for now, you need to sculpt your terrain with heigthmap software and export the heightmap. Use your heightmap in Influence to apply it to worldscape terrain.

## Why my heightmap texture have artefact in terrain ?

There is different type of artifact :\
if you have a stair on your heightmap, it's a precision issue of your texture, it is advised to use 16 bit texture and toggle the "High Quality" bool in the HeightMapInfluencer Data.\
If the artifact are weirder (like random value) it is possible you are either : Using a non-power of 2 texture (resolution of 128\*128,256\*256,512\*512 ...ect) or using a 8 bits image as a 16 bits images, leading to texture reading issues.\
If you have any other issue, fell free to come on the [discord ](https://discord.gg/wzUNzPKuU2)and report the issue.

## Why are distant mountains suddenly appear ?

It's probably because your **MAX LOD** setting is too low. You should Increase it's value (advised value of 10-12)

## Why The influencer Heightmap act weird to the terrain, yet i have correctly configured ?

Sometime cases it is necessary to restart your level or even your project for apply data. If it still doesn't work please join the [**DiscordServer** ](https://discord.gg/wzUNzPKuU2)for specific help.

## BlackScreen in Demonstration Level ?

Enable Volumetric Plugin or Disable CloudVolumetric in level.

## Fail Package ?

![Fix : Enable WaterPlugin](/files/bNnWtFIZHwpsSB5auev9)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://iolacorp-1.gitbook.io/worldscape-plugin/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
