editor_get_asset_references
Identify and retrieve all assets referencing a specific asset in Unreal Engine. Provides a clear list of dependent assets for efficient project management and debugging.
Instructions
Get references for an asset
Example output: [{'name': '/Game/Materials/M_Character.M_Character', 'class': 'Material'}, {'name': '/Game/Blueprints/BP_Player.BP_Player', 'class': 'Blueprint'}]
Returns list of assets that reference the specified asset.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
asset_path | Yes |