ue_package_status
Retrieve the current status and progress of an Unreal Engine packaging operation, including phase, errors, and the resulting executable path.
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 |