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

# children

The active, loaded, defined, non-abstract child prims of this prim.

## Declaration

```swift
var children: [USDPrim] { get }
```

## See Also

### Traversing the hierarchy

- [allChildren](usdkit/usdprim/allchildren.md)
- [descendants](usdkit/usdprim/descendants.md)
- [allDescendants](usdkit/usdprim/alldescendants.md)
- [nextSibling](usdkit/usdprim/nextsibling.md)
- [children(where:)](usdkit/usdprim/children(where:).md)
- [descendants(where:)](usdkit/usdprim/descendants(where:).md)
- [nextSibling(where:)](usdkit/usdprim/nextsibling(where:).md)
- [prim(at:)](usdkit/usdprim/prim(at:).md)
- [USDPrim.Predicate](usdkit/usdprim/predicate.md)
