diff --git a/content/en-us/workspace/streaming/index.md b/content/en-us/workspace/streaming/index.md index 5406d7043..33e021853 100644 --- a/content/en-us/workspace/streaming/index.md +++ b/content/en-us/workspace/streaming/index.md @@ -272,3 +272,13 @@ Once enabled, colored highlighted regions appear in the 3D viewport: To increase the ability to zoom the default camera considerably far out while debugging, temporarily increase `Class.StarterPlayer.CameraMaxZoomDistance` while in edit mode or `Class.Player.CameraMaxZoomDistance` during runtime. A value of `1000`, for example, allows you to pull the camera out to view most of the 3D world while still navigating the character around. +

+ +Inside of the Streaming debug view, you can see colored highlighted spaces within the 2D Panel UI: + +- Regular streaming + - Green: A streamed in space + - Yellow: A not yet fully streamed in space +- Prefetch related, e.g. ``RequestStreamAroundAsync`` + - Orange: A streamed in space through prefetch + - Purple: A not yet fully streamed in space through prefetch