Skip to content
Open
Changes from 1 commit
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
9 changes: 9 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,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.

</br>
Comment thread
karl-police marked this conversation as resolved.
Outdated

Inside of the Streaming debug view, you can see colored highlighted spaces within the panel UI:
- Green
Comment thread
karl-police marked this conversation as resolved.
Outdated
- Yellow
- Prefetch related, e.g. ``RequestStreamAroundAsync``
- Orange: A streamed in space through prefetch
- Purple: A not yet fully streamed in space through prefetch
Loading