ue_summarize_operation_effects
Summarizes asset counts by class in a Content Browser path. Use before and after import or modification operations to identify what changed.
Instructions
Summarize what assets exist (a snapshot of the Content Browser).
Use this before and after an import/modification operation to see what changed. Returns asset counts by class.
Args: search_path: Content Browser path to scan (default "/Game/")
Returns: JSON string: { "success": true, "search_path": "/Game/", "total_assets": 245, "by_class": { "Blueprint": 42, "StaticMesh": 87, "Material": 23, ... } }
KB: see knowledge_base/12_MCP_TOOL_USAGE_GUIDE.md#overview Example: ue_summarize_operation_effects()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_path | No | /Game/ |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |