---
title: instanceable
framework: usdkit
role: symbol
role_heading: Instance Property
path: usdkit/usdprim/spec/instanceable
---

# instanceable

Whether this prim is marked as an instance, or nil if not authored.

## Declaration

```swift
var instanceable: Bool? { get nonmutating set }
```
