Show package info
umodel_package_infoInspect Unreal Engine package contents by retrieving its name and export tables. Specify a package name or path to view the package summary.
Instructions
Run 'umodel -pkginfo ' to display package summary (name table, export table).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | No | Return machine-readable JSON instead of formatted text. | |
| aesKeys | No | AES keys for encrypted pak files (-aes=). Overrides session. | |
| gameTag | No | Game tag override (-game=), e.g. ue4.27 or an official tag like roco. Cooked UE4/5 games REQUIRE a tag — without it umodel pops a blocking GUI dialog. See umodel_game_list. | |
| package | Yes | Package name, wildcard, or full file path | |
| gamePath | No | Game installation directory (-path=). Overrides session. If unknown, ask the user first. |