---
title: "descendants(where:)"
framework: usdkit
role: symbol
role_heading: Instance Method
path: "usdkit/usdstage-4sfi1/descendants(where:)"
---

# descendants(where:)

Returns the descendant prims of this stage that satisfy the given predicate.

## Declaration

```swift
func descendants(where predicate: USDPrim.Predicate) -> [USDPrim]
```

## See Also

### Traversing the scene

- [descendants](usdkit/usdstage-4sfi1/descendants.md)
- [allDescendants](usdkit/usdstage-4sfi1/alldescendants.md)
