Extended Save System - Advanced Checkpoints

MrArgost's Lab - 代码插件 - 2022/10/01

Extended save system that lets you save every value from any object you want.

  • 支持的平台
  • 支持的引擎版本
    5.0 - 5.1
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

Tutorial Video (Coming Soon)

Blueprint Documentation

C++ Documentation


This system lets you save and load data at every Actor creation (when spawned/created/game startup) in every Actor you want. You can save every variable in Unreal and read it easily with the integrated functions! Just supply a variable name and a value for reading/writing. This system is exposed in blueprint and C++, ready for a fast and optimized integration in every scenario, even for AAA games. It comes with two main behaviours, one lets you choose when the writing happens, the another automatically writes data on file!

技术细节

Features:

  • Ability to save every variable in every Actor with ease.
  • Fast and easy implementation, even in already started projects.
  • Get your saved variables only by writing the assigned name.
  • Multiple saving modes, overridables for single objects when needed.
  • Supports spawned Actors.
  • Compatible with every type of game.
  • Supports World Partition.
  • Powerful and optimized system. Ready for AAA games.
  • C++ Ready, it can be used in blueprint and code without issues.

Code Modules:

  •  AdvancedCheckpoints (Runtime)

Number of C++ Classes: 4

Network Replicated: No

Supported Development Platforms: Windows/MacOS

Supported Target Build Platforms: All

Important/Additional Notes: