-
Notifications
You must be signed in to change notification settings - Fork 0
Home
BavGames edited this page Jul 10, 2026
·
7 revisions
A complete save & load framework for Unreal Engine 5.3+. Add one component, mark your variables as SaveGame, press save - actors, components, physics objects, foliage instances, destroyed actors and player positions all come back exactly as saved, in single player and multiplayer.
| Page | What it covers |
|---|---|
| Step 1: Installation | Enabling the plugin, first look at Project Settings |
| Step 2: Saving Your First Actor | Saveable Component + SaveGame variables + Save/Load nodes |
| Step 3: Saveable Component | Every option on the component |
| Step 4: Functions | Every Blueprint node in the function library |
| Step 5: Project Settings | Every project setting explained |
| Step 6: Player Saving | Per-map player position, pawn policies, possession |
| Step 7: Multiple Maps & Streaming | Per-map data, level streaming, async & streaming saves |
| Step 8: Autosave & Checkpoints | Autosave ring, manual triggers, checkpoints, save blockers |
| Step 9: Multiplayer | Server authority, client sync, what replicates and what does not |
| FAQ | Common questions and troubleshooting |
- Unreal Engine 5.3 or newer
- No C++ knowledge required - everything is exposed to Blueprint
- No third-party dependencies
- Fab listing: (link)
- Discord: (link)
- Support: see the README inside the plugin