# AI Landscape — Unreal Engine Extension

AI Landscape (com.ivanmurzak.unreal-ai-landscape) — Read-only terrain inspection — list Landscape actors and inspect section layout / paint layers, plus list and inspect Water bodies and Water zones. A 5-tool AI Game Developer extension for Unreal Engine.

_Last updated: 2026-06-17_

## At a glance

| Field | Value |
| --- | --- |
| Tools added | 5 |
| Version | 0.1.0 |
| Package id | com.ivanmurzak.unreal-ai-landscape |
| Engine | Unreal Engine · Unreal Engine 5.5+ |
| Base plugin | UnrealMCP |
| Wraps | Landscape + Water |
| Repository | https://github.com/IvanMurzak/Unreal-AI-Landscape |
| Tool id prefix | landscape- |

## Install

Requires the base plugin UnrealMCP. After installing, reopen the editor so the new tool family appears in the agent's list.

```bash
unreal-mcp-cli install-extension com.ivanmurzak.unreal-ai-landscape <UEProject>
```

## When to ask the AI for it

Ask when you want the AI to survey the landscape and water setup in a level — layer counts, water body types, and zone extents.

Not sure if it's installed? Ask the agent "Do you have Landscape tools available?" — the landscape- tools only exist when the package is present.

## Example prompts

1. List every landscape actor and show me the paint layers of Landscape_0.
2. List every water body in the level with its type and spline-point count.

---

Source (HTML): https://ai-game.dev/docs/extensions/unreal/landscape
