
Beschreibung
Plugin showcase: UE-cortex showcase
UE-cortex is a multi-agent orchestration system that takes a natural-language game description and distributes the work across 11 specialist AI agents — each with deep, domain-specific Unreal Engine 5 knowledge.
The result is a structured, phase-built UE5 project covering systems, multiplayer, world, blueprints, build pipeline, UI, audio, cinematics, performance, technical art, and AI.
Each agent reads only the knowledge it needs for the current task (from domain-scoped ref files), executes editor actions via an MCP server connected to the live UE5 editor, and writes its outputs to a shared contract store (`GAME_STATE.json`). Agents do not call each other — contracts are the only inter-agent surface.
Requirements
- Python 3.11+
- Unreal Engine 5.x (editor running, optional for stub-mode orchestration)
- An engine-interface MCP server running locally (optional)
- LLM API key or a local model server (Ollama / LM Studio)
- Claude Code, Cursor, or Windsurf as the AI IDE
Note: This tool is compatible with Unreal Engine 5.
Note: This plugin requires the "PythonScriptPlugin" enabled.
Specialist Agents: ( Agent - Domain)
UnrealSystemsEngineer - C++ architecture, GAS, Nanite/Lumen, memory, threading
UnrealMultiplayerArchitect - Replication, server authority, GameMode/GameState, dedicated server
UnrealWorldBuilder - World Partition, Landscape, PCG foliage, HLOD, streaming
UnrealBlueprintSpecialist - Blueprint graphs, communication patterns, performance, C++ handoff
UnrealDevOpsBuildEngineer - BuildGraph, Gauntlet, CI/CD, Git LFS / Perforce
UnrealUIEngineer - Common UI, MVVM, UMG performance, Slate, HUD architecture
UnrealAudioEngineer - MetaSounds, Sound Classes/Mixes, attenuation, Audio Modulation
UnrealCinematicsEngineer - Sequencer, CineCamera, Event Tracks, nDisplay InCamera VFX
UnrealPerformanceProfiler - Unreal Insights, GPU/CPU profiling, memory budgeting, cook size
UnrealTechnicalArtist - Material authoring, Niagara VFX, asset pipeline, Control Rig, Chaos Cloth
UnrealAIEngineer - Behavior Trees, EQS, Navigation, Perception, Mass Entity, StateTree
The project is under constant development. Expect updates for the plugin continuously.
Documentation: UE-cortex Plugin Documentation













