list_available_assets
List assets by type in an Unreal Engine project. Filter by path and search term to find specific Blueprint Classes, Static Meshes, Materials, and more.
Instructions
List available assets of a specific type in the Unreal Engine project.
Parameters:
kwargs: String containing parameters as key=value pairs or JSON object Example: "asset_type=StaticMesh search_path=/Game/AssetName search_term=House"
Supported parameters:
asset_type: Type of assets to list (BlueprintClass, StaticMesh, Material, etc.)
search_path: Optional path to search for assets (default: /Game)
search_term: Optional term to filter results
max_results: Maximum number of results to return (default: 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kwargs | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |