ue_package_status
Check the packaging progress and result for your Unreal Engine project. Shows current phase, errors, and the output executable path. Optionally wait for completion.
Instructions
Stato del packaging avviato con ue_package_start.
Riporta la fase corrente (Cook, Stage, Package, Archive), gli errori e, a fine corsa, il percorso dell'eseguibile prodotto.
Args: tail_lines: quante righe finali del log restituire. uproject: a quale progetto si riferisce; se omesso, l'ultimo packaging avviato. wait_seconds: se > 0 attende la fine del packaging fino a questo limite, riportando la fase corrente, invece di restituire subito.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uproject | No | ||
| tail_lines | No | ||
| wait_seconds | No |