Ue3DFree Unreal Engine Free Assets

Link Source Fab Unreal Engine

Short Description

Simple Save Game Extension ? Extend Unreal?s save system with nested structures, versioning, and easy Blueprint tools.

Description

Simple Save Game Extension

Documentation

Example
Project

Forum
Thread

The Simple SaveGame Extension gives access to an extended
SaveGame object that can handle saving and loading of Objects and
Actors.

Saved Objects/Actors are stored in separate files that get
loaded dynamically, therefor the loading of the actual SaveGame is
as fast as before.

The system was built on a few goals:

  • Easy to use
  • Easy setup
  • Flexible

The system will be extended with more features and updated to
work with coming versions.

No C++ knowledge is required, all major features are available
through Blueprints.

Related Products