Zero-Code Save System for UE5

JustSave

Save and load your whole game state without writing serialization code. Add a Saveable Component, mark the properties you care about, and call Save or Load — JustSave persists transforms, marked properties, runtime-spawned and destroyed actors, and cross-level data. Robust files come standard: compression, optional AES-256 encryption, checksums, atomic writes, auto-backups with repair, save-version migration, auto-save and slot thumbnails. Pure C++, ships no content.

★★★★★Trusted by UE devs Lifetime licence · free updates
justsave-save-system — preview
JustSave
0
Lines of save code to write
AES-256
Optional save encryption
5.3–5.8
Engine versions
C++
Pure C++ · no Blueprints to wire
Why JustSave

Built for the way you actually work.

01

Zero-code saving

Add a Saveable Component, mark properties SaveGame (or tick them in the config panel), then call Save / Load. It persists transforms, marked properties, runtime-spawned and destroyed actors, and data that survives across levels.

02

Robust save files

Compression, optional AES-256 encryption, checksums, atomic writes and auto-backups with repair keep saves safe. Save-version migration means old saves still load after you ship an update; auto-save and slot thumbnails round it out.

03

Editor config UI

One panel lists every saveable class and the properties to tick, plus a slots browser, spec import/export and a read-only Save Graph view — so you configure what gets saved without hunting through code.

JustSave
Highlights

Everything in the box.

  • Captures multiplayer player-state into saves (uses no UE network replication itself).
  • Save-version migration keeps old player saves loading after a shipped update.
  • Atomic writes plus auto-backup and repair guard against corrupted saves.
Watch

See JustSave in action

JustSave | Zero-Code Save System →
Under the hood

No surprises at install.

Documented, supported, and built to survive engine upgrades.

Engine
Unreal Engine 5.3 – 5.8
Type
Code plugin · pure C++ (0 Blueprints)
Modules
JustSaveRuntime · JustSaveEditor · JustSaveFeedback
Platforms
Windows (Win64)
Includes
Plugin, config UI, demo content, user guide PDF
Support
Docs + email · free updates
Get it today
$29.99USD · one-time · free updates

Lifetime licence on Fab. Use in unlimited personal & commercial Unreal projects.

▸ Coming soon Mac & console build targets — want early access?
Report a bug