ue_read_log
Read the Unreal Engine log tail to diagnose silent failures. Optionally filter for errors and warnings, and set the number of lines to retrieve.
Instructions
Legge la coda del log di Unreal: è il modo per vedere cosa è andato storto dopo un'operazione che non ha sollevato eccezioni.
Args: lines: quante righe finali restituire (default 80). only_errors: se True filtra solo righe con Error/Warning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | ||
| only_errors | No |