Game Jam Tips and Tricks - Simple Save and Load System
У вашего броузера проблема в совместимости с HTML5
In this video, we create a Simple Save and Load system that will allow us to store Variables out to Storage and then load up them up later. This will help us save a players score or even health.
The Source code for all of this project can be found here: https://github.com/MWadstein/UnrealEngineProjects/tree/GameJamExamples/GameJamExamples
Video Index:
0:17 Setting up the Save System
9:05 Setting up the Load System
14:41 Adding in another variable
Further Reading and Watching:
How do I use the Save Game Objects:
https://www.youtube.com/watch?v=_4usRrTiqak
Official Documentation:
https://docs.unrealengine.com/latest/INT/Gameplay/SaveGame/
https://docs.unrealengine.com/latest/INT/Gameplay/SaveGame/Blueprints/