This listing has not been migrated to FAB by the seller. It is only available to use from your Vault in the Epic Games Launcher.Learn more about Fab

LCVg's Serialized Saves Plugin

A simple and fast tool to save any number of actors (variables and references), to a single file.

  • Supported Platforms
  • Supported Engine Versions
    4.14 - 4.26
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.
Preview: youtube.com/watch?v=1rtKLqs0wfM

This plugin provides you with a series of Blueprint nodes that allow you to serialize and save any number of actors and all the useful data you want to save for each one of them (any variable it contains, including references to other actors, will be preserved). An interface will help you identify all your persistent actors, avoiding additional and annoying steps. Forget about adding each variable to an array and recovering them in the same order! Everything is handled by the plugin!
Just implement the interface in your actors, mark your variables as "save game", call the save nodes and you are good to go! All your actors and data for any number of maps will be saved in a single file with your player name!
Ideal for any kind of game that requires persistence!

Technical Details

List of Features:

- All doable in Blueprints, No c++ required.

- Save and load all your player character data.

- Save and load your player Class! (Ideal for RPGs!) [NEW 1.2]

- Load the last map your player has been at with 1 node. [NEW 1.2]

- Save and load any number of persistent actors.

- Save dynamically spawned actors.

- Classes, Transforms and Variables (references included) are saved.

- Data saved to a single file with your player name.

- Use the same file for any number of maps.

- Serialization to and from byte arrays for individual Actors and Objects.

- Save and Load individual Objects to the same file! (ideal for settings saves!) [NEW 1.2]

- Expand functionality in Blueprints by using the interface events.

- Full source included.


Network Replicated: No

Supported Development Platforms: Windows, Linux

Supported Target Build Platforms: Windows, Linux, Android

Documentation Included: LCVgs Serialized Saves Wiki

Example Project: github.com/Bariudol/LCVgSSavesExample

Tags

GAME SAVESAVESAVE SYSTEM