Index Unreal Engine source locally for structural queries, call graphs, and search.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "unreal-source-mcp" yet — see the docs or source repo.
Using the indexed Unreal Engine source, find the full inheritance tree of UActorComponent and list major subclasses with their purposes. Return the result in a hierarchical structure.
A hierarchical inheritance tree for UActorComponent, plus major subclasses and a brief responsibility summary for each.
In the Unreal Engine source index, analyze the call relationships of AActor::BeginPlay: what key functions does it call, and what core engine flows trigger it? Summarize it as a call-chain explanation.
An explanation of BeginPlay’s upstream triggers, downstream key calls, and a readable call-chain summary.
Search across the full Unreal Engine source for implementations and comments related to Garbage Collection, then summarize the core classes, key functions, and main file paths involved.
A summarized set of search results for garbage collection, including core classes, functions, file locations, and thematic findings.
Index Unreal Engine project structure for AI querying of code and asset relationships.
Access up-to-date Unreal docs, C++ snippets, and Blueprint guidance.
Run Unreal build diagnostics, parse compile errors, and search editor logs.
Control Unreal Engine 5 editor with AI for automated authoring workflows.
Use MCP tools to build, debug, and create content in Unreal Engine.
Control Unreal Engine through AI using a native automation bridge plugin.