ue_read_log
Reads the Unreal Engine log queue to retrieve the last N lines, with an option to filter only errors and warnings.
Instructions
Legge la coda del log di Unreal (equivalente di read_console in Unity).
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 |