Production-grade save system for Unreal Engine — encryption, async IO, version migration, auto-save, cloud, multiplayer, and more.
SaveVault Pro is the paid extension of [SaveVault Core](https://github.com/damien220/SaveVaultCore) — the free, open-source UE save plugin. It is not a separate plugin. It builds directly on top of the Core module, extending it with every feature a shipped game demands without replacing or breaking anything already working.
If you have SaveVault Core integrated and working, upgrading to Pro is a drop-in: copy the Pro source over your existing `Plugins/SaveVault/` directory, regenerate project files, and compile. No existing save code changes.