Skip to content
BavGames edited this page Jul 11, 2026 · 7 revisions

Ultimate Save System

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.

Pages

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
Step 10: Persistent & Custom Objects Quest logs, profiles and other non-actor data
Step 11: Save Versions & Migration Updating your game without breaking old saves
FAQ Common questions and troubleshooting

Requirements

  • Unreal Engine 5.3 or newer
  • No C++ knowledge required - everything is exposed to Blueprint
  • No third-party dependencies

Quick links

  • Fab listing: (link)
  • Discord: (link)
  • Support: see the README inside the plugin

Clone this wiki locally