Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/Asset
Rename an asset from the Content Browser. Equivalent to a Move operation. Will try to checkout the file. The Asset will be loaded before being renamed.
Target is Editor Asset Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| string | Source Asset Path | Asset Path of the asset that we want to copy from. |
| string | Destination Asset Path | Asset Path of the renamed asset. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | True if the operation succeeds. |