unreal_list_assets
List Unreal assets under a /Game path, filtering by class or name substrings to quickly discover what exists before using other tools.
Instructions
READ-ONLY: query the asset registry under a /Game path, optionally filtering by class-name and asset-name substrings. Cheap discovery before probe/set tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | /Game/... asset path | /Game |
| limit | No | ||
| dryRun | No | ||
| nameContains | No | ||
| classContains | No | ||
| timeoutSeconds | No | ||
| allowWithEditorOpen | No |