List contents of a package
umodel_list_objectsLists objects inside an Unreal Engine package. Supports filtering, pagination, and JSON output for scripting.
Instructions
Run 'umodel -list ' to list objects contained in a package.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | No | Return machine-readable JSON instead of formatted text. | |
| skip | No | Number of (filtered) lines to skip (pagination). | |
| limit | No | Max (filtered) lines to return (pagination). | |
| filter | No | Case-insensitive substring filter applied to output lines. | |
| 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 (with or without extension), wildcard, or full file path | |
| gamePath | No | Game installation directory (-path=). Overrides session. If unknown, ask the user first. |