ue_read_log
Retrieve Unreal Engine log to diagnose issues after non-exception operations. Filter by error/warning or specify number of trailing lines.
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 |