unreal_duplicate_map
Duplicate a Unreal Engine map asset to a new target path, ensuring safe operation when the editor is open.
Instructions
Duplicate a /Game/... map asset. Mutating: refuses while an editor is open unless allowWithEditorOpen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | ||
| overwrite | No | ||
| sourceMap | Yes | ||
| targetMap | Yes | ||
| timeoutSeconds | No | ||
| allowWithEditorOpen | No |