material_list
Lists materials in an Unreal Engine project, allowing filtering by path, name, and type to locate specific assets.
Instructions
List materials in the project with optional filtering by path, name, and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| name_filter | No | Filter by material name (supports fnmatch wildcards) | |
| path_filter | No | Content path prefix filter (default /Game/) | |
| type_filter | No | Filter by material type | all |