Duplicate Asset
Duplicate any asset to a new path under /Game/. Useful for making a safe copy before an experiment, or for migrating an engine asset into the project so it can be edited.
hf_duplicate_assetWriteArguments
| Name | Type | Description |
|---|---|---|
destinationreq | string | Full path for the copy, e.g. /Game/Materials/M_Copy. Must be under /Game/. |
sourcereq | string | Asset path to copy. |
Related tools
Also in Asset lifecycle: