ue_search_assets
Search Unreal Engine assets by name, path, or class to locate meshes, materials, blueprints, textures, and return their paths for use with other tools.
Instructions
Search the project's asset registry for assets by name, path, or class. Returns asset paths that can be used with other tools. Useful for finding meshes, materials, blueprints, textures, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| query | Yes | Search query for asset name or path | |
| pathFilter | No | Filter by path prefix | |
| classFilter | No | Filter by asset class |