---
title: isValid
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/isvalid
---

# isValid

A Boolean value indicating whether this object is valid.

## Declaration

```swift
var isValid: Bool { get }
```

## Discussion

Discussion An object’s validity is connected to a USDStage. An object becomes invalid when the lifetime of its stage ends. An object will also expire if its stage no longer defines a value for the object. isValid is false if this object has expired.
