Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions content/en-us/workspace/streaming/techniques.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,3 +317,14 @@ 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.

<br/>

Inside of the Streaming debug view, you can see colored highlighted spaces within the 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
Loading