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!