ue5_rename_asset
Renames Unreal Engine assets by providing current and new file paths, updating the Content Browser entry.
Instructions
Renames an asset in the Content Browser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceAssetPath | Yes | The current asset path (e.g., '/Game/MyProp'). | |
| destinationAssetPath | Yes | The new asset path (e.g., '/Game/MyProp_New'). |