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

# allChildren

The child prims of this prim.

## Declaration

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

## See Also

### Traversing the hierarchy

- [children](usdkit/usdprim/children.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)
