pie_capture_log
Capture the tail of the current Unreal Engine project log to verify recent output. Filter by text and optionally save the captured lines as an artifact for later review.
Instructions
Capture the tail of the current Unreal project log for verification.
Args:
max_lines: Maximum number of log lines to return
contains: Optional case-insensitive filter
save_artifact: Save captured lines to .mcp_artifacts/logs
artifact_name: Artifact filename stem when saving
Returns: JSON string with log file path, captured lines, and optional artifact path.
KB: see knowledge_base/32_AGENT_PLAYABLE_SLICE_RECIPE.md#overview Example: pie_capture_log()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contains | No | ||
| max_lines | No | ||
| artifact_name | No | pie_log | |
| save_artifact | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |