editor_list_assets
Retrieve a Python list of all asset paths in Unreal Engine projects. Simplify asset management by providing a comprehensive inventory of project resources.
Instructions
List all Unreal assets
Example output: [''/Game/Characters/Hero/BP_Hero'', ''/Game/Maps/TestMap'', ''/Game/Materials/M_Basic'']
Returns a Python list of asset paths.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |