From c11c491ddcd62a731f547616d983b36f5a8e1f55 Mon Sep 17 00:00:00 2001 From: karl-police Date: Fri, 29 May 2026 19:04:35 +0200 Subject: [PATCH 1/8] Add color meanings --- content/en-us/workspace/streaming/techniques.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/en-us/workspace/streaming/techniques.md b/content/en-us/workspace/streaming/techniques.md index 909f9f40e..384d3bc93 100644 --- a/content/en-us/workspace/streaming/techniques.md +++ b/content/en-us/workspace/streaming/techniques.md @@ -317,3 +317,12 @@ The engine includes multiple on-screen debug panels that can be enabled/visible - Streaming behavior and state Use this panel to inspect and validate how content is being streamed during gameplay, and to help diagnose issues related to odd gameplay behavior or missing stream areas. + +
+ +Inside of the Streaming debug view, you can see colored highlighted spaces within the panel UI: +- Green +- Yellow +- Prefetch related, e.g. ``RequestStreamAroundAsync`` + - Orange: A streamed in space through prefetch + - Purple: A not yet fully streamed in space through prefetch From f18bc6cb8470b6c09f19294b6401d83137984209 Mon Sep 17 00:00:00 2001 From: karl-police Date: Fri, 29 May 2026 19:09:41 +0200 Subject: [PATCH 2/8] Update techniques.md --- content/en-us/workspace/streaming/techniques.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en-us/workspace/streaming/techniques.md b/content/en-us/workspace/streaming/techniques.md index 384d3bc93..907b1a5bd 100644 --- a/content/en-us/workspace/streaming/techniques.md +++ b/content/en-us/workspace/streaming/techniques.md @@ -321,6 +321,7 @@ Use this panel to inspect and validate how content is being streamed during game
Inside of the Streaming debug view, you can see colored highlighted spaces within the panel UI: + - Green - Yellow - Prefetch related, e.g. ``RequestStreamAroundAsync`` From 43a89c06a69efce424ddb179d8f3517756a52a9e Mon Sep 17 00:00:00 2001 From: karl-police Date: Fri, 29 May 2026 19:11:33 +0200 Subject: [PATCH 3/8] Update techniques.md --- content/en-us/workspace/streaming/techniques.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en-us/workspace/streaming/techniques.md b/content/en-us/workspace/streaming/techniques.md index 907b1a5bd..fe165e0d2 100644 --- a/content/en-us/workspace/streaming/techniques.md +++ b/content/en-us/workspace/streaming/techniques.md @@ -318,7 +318,7 @@ The engine includes multiple on-screen debug panels that can be enabled/visible Use this panel to inspect and validate how content is being streamed during gameplay, and to help diagnose issues related to odd gameplay behavior or missing stream areas. -
+
Inside of the Streaming debug view, you can see colored highlighted spaces within the panel UI: From bce933c8ab711a979705fea9b2d9fbaf7fa5c424 Mon Sep 17 00:00:00 2001 From: karl-police Date: Fri, 29 May 2026 19:13:17 +0200 Subject: [PATCH 4/8] Update techniques.md --- content/en-us/workspace/streaming/techniques.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/en-us/workspace/streaming/techniques.md b/content/en-us/workspace/streaming/techniques.md index fe165e0d2..6a2dc649e 100644 --- a/content/en-us/workspace/streaming/techniques.md +++ b/content/en-us/workspace/streaming/techniques.md @@ -322,8 +322,9 @@ Use this panel to inspect and validate how content is being streamed during game Inside of the Streaming debug view, you can see colored highlighted spaces within the panel UI: -- Green -- Yellow +- 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 From e0719a706beee0987fde55ea9c75d5cdb35da223 Mon Sep 17 00:00:00 2001 From: karl-police Date: Tue, 23 Jun 2026 20:21:16 +0200 Subject: [PATCH 5/8] Update index.md --- content/en-us/workspace/streaming/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/en-us/workspace/streaming/index.md b/content/en-us/workspace/streaming/index.md index 5406d7043..0244f12e2 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 From 7cb097015b81a767012ac65413ad5301436c4457 Mon Sep 17 00:00:00 2001 From: karl-police Date: Tue, 23 Jun 2026 20:21:51 +0200 Subject: [PATCH 6/8] Update index.md --- content/en-us/workspace/streaming/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en-us/workspace/streaming/index.md b/content/en-us/workspace/streaming/index.md index 0244f12e2..bc16e1f9e 100644 --- a/content/en-us/workspace/streaming/index.md +++ b/content/en-us/workspace/streaming/index.md @@ -273,7 +273,7 @@ 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 From 22d72a0aa1a46a49598f9a397417150e75f2957d Mon Sep 17 00:00:00 2001 From: karl-police Date: Tue, 23 Jun 2026 20:25:08 +0200 Subject: [PATCH 7/8] Update index.md --- content/en-us/workspace/streaming/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en-us/workspace/streaming/index.md b/content/en-us/workspace/streaming/index.md index bc16e1f9e..1f0ee86d0 100644 --- a/content/en-us/workspace/streaming/index.md +++ b/content/en-us/workspace/streaming/index.md @@ -274,7 +274,9 @@ To increase the ability to zoom the default camera considerably far out while de
-Inside of the Streaming debug view, you can see colored highlighted spaces within the 2D panel UI: +
+ +Inside of the Streaming debug view, you can see colored highlighted spaces within the 2D Panel UI: - Regular streaming - Green: A streamed in space From 18d06a3e0620832d8e59c62acdb66c357bb98057 Mon Sep 17 00:00:00 2001 From: karl-police Date: Tue, 23 Jun 2026 20:28:18 +0200 Subject: [PATCH 8/8] Update index.md --- content/en-us/workspace/streaming/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en-us/workspace/streaming/index.md b/content/en-us/workspace/streaming/index.md index 1f0ee86d0..33e021853 100644 --- a/content/en-us/workspace/streaming/index.md +++ b/content/en-us/workspace/streaming/index.md @@ -272,9 +272,7 @@ 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: