search_material_functions
Search for material functions by name in Unreal Engine, filtering by substring to locate assets like Blend or Fresnel across content paths and engine includes.
Instructions
Search for Material Functions by name.
Args: filter: Name substring to match (e.g. "Blend", "Normal", "Fresnel") path: Content Browser path to search in (default "/Game") max_results: Maximum results to return (default 50) include_engine: Include engine built-in material functions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | /Game | |
| filter | No | ||
| max_results | No | ||
| include_engine | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |