list_content_assets
Search the Fortnite content browser for assets by class and path, with recursive search and result limits.
Instructions
Browse assets in the content browser (props, Blueprints, materials, etc.).
Args: path: Content path to search, e.g. "/Game" or "/Game/Devices". class_names: If set, only return assets whose class name is in this list (e.g. ["StaticMesh", "Blueprint"]). recursive: Whether to search subfolders. limit: Maximum number of assets to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | /Game | |
| limit | No | ||
| recursive | No | ||
| class_names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |