---
title: "init(_:resolvedPath:)"
framework: usdkit
role: symbol
role_heading: Initializer
path: "usdkit/usdlayer/assetpath/init(_:resolvedpath:)"
---

# init(_:resolvedPath:)

Creates an asset path with both authored and resolved values.

## Declaration

```swift
init(_ path: String, resolvedPath: String)
```

## Parameters

- `path`: The authored path string.
- `resolvedPath`: The resolved location after asset resolution.
