---
title: name
framework: usdkit
role: symbol
role_heading: Instance Property
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: usdkit/usdstage/object/name
---

# name

The name of this object.

## Declaration

```swift
var name: USDToken { get }
```

## Discussion

Discussion An object’s name is the last component of its path. This property is equivalent to the SdfPath/nameToken property of that path.
