---
name: PredictiveStreamingMode
last_updated: 2026-07-31T22:49:17Z
type: enum
summary: "Used with Workspace.PredictiveStreamingMode to control whether the engine streams instances predictively. predictively."
---

# PredictiveStreamingMode

Used with [Workspace.PredictiveStreamingMode](/docs/reference/engine/classes/Workspace.md) to control whether the
engine streams instances predictively. predictively.

**Type:** enum

## Description

Used with [Workspace.PredictiveStreamingMode](/docs/reference/engine/classes/Workspace.md) to control whether the
engine streams instances predictively.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Default` | 0 | Default behavior, currently equivalent to `Disabled`. |
| `Enabled` | 1 | Allow the engine to make streaming decisions predictively. |
| `Disabled` | 2 | Disable predictive streaming. |