Understand the structure behind the problem before acting on it.
Read project structure, build config, symbols, hierarchy, Blueprint exposure, and related context through Unreal-aware contracts. Ground diagnosis, planning, and review before moving deeper.

Project intelligence combines structure reads, symbol hierarchy, and Blueprint exposure into one Unreal-aware layer. Every read is explicit and auditable.
Structure understanding built for Unreal, not generic codebases.
Project Structure
Understand modules, targets, configs, and project layout through Unreal-aware contracts. No generic parsing.
Learn moreSymbol Hierarchy
Search symbols and inspect class ancestry with UCLASS, USTRUCT, and reflection metadata. Unreal-native context.
Feature detailsReads stay explicit and auditable
Project intelligence is read-only. Structure and config reads stay explicit, scoped, and local-first.
Read-only by default
Project intelligence is read-only. No mutation, no side effects. Structure and config reads stay explicit and auditable.
Read the docsScoped config visibility
Relevant config state stays readable without turning the workflow into a broad dump of low-level project detail.
Read the docsExplicit downstream use
When other workflows use project reads, that grounding remains visible instead of being silently folded into the result.
Read the docsLocal-first and CI-aware
Project intelligence runs locally. Same quality in terminal, editor, CI, and agent runtimes — no cloud dependency for reads.
Read the docsFrom structure to context in every workflow.
Technical grounding
Project Intelligence makes the rest of the product more useful by grounding diagnosis, planning, and review in the project itself.
Unreal-aware contracts
Read project structure, build config, symbols, hierarchy, and Blueprint exposure through contracts that understand Unreal.
Multi-surface access
Same project intelligence across CLI, MCP, VSCode, and CI. Same contracts, same output schema — no surface-specific behavior.
How Project Intelligence helps
Structure
Project Intelligence makes the product more credible by grounding later steps in the actual project layout instead of loose guesswork.