---
name: UICaptureMode
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Used to determine what UI elements should be captured with CaptureService."
---

# UICaptureMode

Used to determine what UI elements should be captured with
[CaptureService](/docs/reference/engine/classes/CaptureService.md).

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `All` | 0 | Capture all UI elements. |
| `None` | 1 | Capture no UI elements. |