---
title: USDLayer.RelocatesMap
framework: usdkit
role: symbol
role_heading: Type Alias
path: usdkit/usdlayer/relocatesmap
---

# USDLayer.RelocatesMap

A mapping from source paths to target paths for relocations.

## Declaration

```swift
typealias RelocatesMap = Dictionary<USDLayer.Path, USDLayer.Path>
```

## See Also

### Editing scene description

- [copy(from:to:in:)](usdkit/usdlayer/copy(from:to:in:).md)
- [USDLayer.ListOperation](usdkit/usdlayer/listoperation.md)
- [USDLayer.ListOperationType](usdkit/usdlayer/listoperationtype.md)
- [USDLayer.Relocate](usdkit/usdlayer/relocate.md)
- [USDLayer.ChangeList](usdkit/usdlayer/changelist.md)
