PredictiveStreamingMode
Used with Workspace.PredictiveStreamingMode to control whether the engine streams instances predictively.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 731 | Default | 0 | Uses the engine's current default behavior for predictive streaming. | |
| 731 | Enabled | 1 | Enables predictive streaming, pre-fetching content in the direction of player movement to reduce pop-in. | |
| 731 | Disabled | 2 | Disables predictive streaming; content is streamed based on the player's current position radius only. |
Description
Used by Workspace.PredictiveStreamingMode to control whether streaming pre-fetches content in the predicted direction of player movement, reducing visible pop-in. PredictiveStreamingMode.Enabled uses player velocity and heading to pre-fetch beyond the current position-based radius. PredictiveStreamingMode.Disabled uses only the position-based radius. PredictiveStreamingMode.Default uses the engine's current default behavior for predictive streaming.