Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/Asset
Duplicate asset from the Content Browser that are in the folder. Will try to checkout the files. The Assets will be loaded before being duplicated.
Target is Editor Asset Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| string | Source Directory Path | Directory of the assets that we want to duplicate from. |
| string | Destination Directory Path | Directory of the duplicated asset. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | True if the operation succeeds. |