Velarion: すべてのプロダクトが 50% 割引

Extended Save System - Advanced Checkpoints

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

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    5.0 - 5.1
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

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: