-
Notifications
You must be signed in to change notification settings - Fork 0
LevelFlow System
PlatanoGames edited this page Aug 8, 2026
·
3 revisions
Level Flow is a capability inside PGXLoading, not a separate public plugin.
It coordinates level-transition state, streaming progress, profiles and loading presentation. The level-flow actor/subsystem and Blueprint library expose the project-facing operations.
Temporary GameFlow state changes are requested through Core messages. PSO progress can also reach Loading through Core, avoiding runtime compile dependencies from PGXLoading to those sibling plugins.
The current public source does not establish a World Partition integration claim.
- Development Preview
- Getting Started
- Release branch catalog
- Public Plugin Matrix
- Early Preview Plugins
- Known Issues
- Architecture Overview
- Plugin Topology
- Module Reference
- Configuration and Registry
- Data-Driven Design
- Profiles and Budgets
- Gameplay Tag Architecture
- Initialization Pipeline
- Cross-Plugin Communication
- Message System
- Event Handlers
- Logging and Trace
- Runtime Flows
- Blueprint API Design
- Editor Integration
- Editor Visual System