Save System
Streamline your game-saving mechanics with the UnrealBits Save System Plugin, designed to enhance and simplify the Unreal Engine save process. Packed with powerful, user-friendly features, this plugin is perfect for developers looking to implement robust save functionality with minimal effort.
Key Features:
- Automatic Save Backups: Ensure your game data is protected with automatic backups every time a save is made. If the latest save is corrupted or fails to load, the system seamlessly reverts to the most recent backup. Configure the number of backups directly within project settings for tailored flexibility.
- Easy Saving/Loading with multiple Callbacks: Gain full control over your game's save and load process with built-in callback functionality. These callbacks allow you to hook into critical stages of saving and loading, making it easy to update, validate, or reset data as needed. Whether you're preparing data before a save, responding to a successful load, or cleaning up when data is deleted, these flexible callbacks streamline integration and enhance customization.
- Checkpoint System: Easily manage checkpoints where all actor variables marked as SaveGame are automatically saved either to a file or in-memory. Effortlessly restore data during game load or selectively save/restore data for specific actors. Includes a function for clearing checkpoint data when needed.
- Multiple Save Slots: Handle multiple save slots, each equipped with their own dedicated backups and checkpoints, allowing for flexible and user-friendly save management.
-
Full Blueprint and C++ Support: Integrate this plugin into your project seamlessly, whether you prefer working in Blueprints or C++. Built directly on top of Unreal Engine’s save system, this plugin is designed for easy integration into existing projects with minimal code changes.
Enhance your project’s save system and deliver a reliable, comprehensive gameplay experience to your players with the UnrealBits Save System Plugin.
Documentation: https://github.com/UnrealBits/SaveSystemDemo/blob/main/README.md
Demo Project: https://github.com/UnrealBits/SaveSystemDemo
Streamline your game-saving mechanics with the UnrealBits Save System Plugin, designed to enhance and simplify the Unreal Engine save process. Packed with powerful, user-friendly features, this plugin is perfect for developers looking to implement robust save functionality with minimal effort.