bp_validate_graph
Inspect Blueprint graphs for structural issues: exec-chain breaks, orphaned nodes, disconnected required inputs, and unreachable nodes. Get a 0-100 health score and structured issues to guide fixes.
Instructions
Inspect one Blueprint graph for structural health issues.
Checks exec-chain continuity, orphaned nodes, disconnected required inputs, and unreachable nodes — independent of compile status.
Args: blueprint_path: Full asset path or plain name graph_name: Graph to inspect (default 'EventGraph')
Returns: StructuredResult with outputs: graph_health_score — int 0-100 issue_count — int issues[] — structured issue items nodes_checked — int
KB: see knowledge_base/32_AGENT_PLAYABLE_SLICE_RECIPE.md#overview Example: bp_validate_graph(blueprint_path="/Game/MCP_Test/BP_Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_name | No | EventGraph | |
| blueprint_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |