Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/Asset
Duplicate an asset. Will try to checkout the file. The Asset will be loaded before being duplicated.
Target is Editor Asset Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| string | Source Asset Path | Asset Path of the asset that we want to copy from. |
| string | Destination Asset Path | Asset Path of the duplicated asset. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| object | Return Value | The duplicated object if the operation succeeds. |