widget_get_children
Retrieve child widgets from a Widget Blueprint tree by specifying the blueprint path and optional parent name, making UI hierarchy inspection straightforward.
Instructions
List children in a Widget Blueprint tree.
If parent_name is omitted, the native route returns the root widget
plus the root panel's immediate children.
KB: see knowledge_base/06_UI_UMG_SYSTEMS.md#overview Example: widget_get_children(widget_blueprint_path="/Game/MCP_Test/BP_Example")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_name | No | ||
| widget_blueprint_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |