-
Notifications
You must be signed in to change notification settings - Fork 0
Save System
PlatanoGames edited this page Aug 8, 2026
·
3 revisions
PGXSave implements persistence over Core saveable contracts.
PGXSaveRuntime-
PGXSaveNodes(UncookedOnly)
- save slots and domains;
- synchronous and asynchronous save/load operations;
- serialization and storage providers;
- backup rotation, restore helpers and transaction logging;
- versioning and migration registration;
- Blueprint libraries, async actions and a save-domain K2 node.
Core supplies the shared saveable interface and bridge types. PGXSave owns the operation, provider and migration lifecycle.
- 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