Docs · Extensions · Unreal Engine

AI PCG

Procedural Content Generation tooling — list and inspect PCG graphs, add a PCG component to an actor, inspect it, and trigger generation.

Last updated: 2026-06-17 View as Markdown

At a glance

Tools added
5
Version
0.1.0
Package id
com.ivanmurzak.unreal-ai-pcg
Engine
Unreal Engine · Unreal Engine 5.5+
Wraps
PCG
Repository

Install

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

unreal-mcp-cliunreal-mcp-cli install-extension com.ivanmurzak.unreal-ai-pcg <UEProject>

When to ask the AI for it

Ask when you want to survey a project’s PCG graphs or wire up and generate procedural content on an actor.

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

Example prompts

Copy-pasteable first requests. Start with one, verify it in the editor, then build up.

  1. List every PCG graph and add a PCG component bound to PCGG_Scatter on the Ground actor.
  2. Regenerate the PCG scatter on the Ground actor.

Keep going