#An Unreal Engine saving and loading system

1 messages · Page 1 of 1 (latest)

lime grotto
#

Heyo,

As I've been struggling to find any good resources to learn saving/loading in Unreal Engine, I've decided to make my own resource available for others.
I've made part 1 out of 2 available on Medium, and hopefully this can help someone else struggling with a save/load system.

The article is available here: https://medium.com/@chrhaase_71293/an-unreal-engine-saving-loading-system-part-1-of-2-62244e55e4b2

Disclaimer: I'm a by no means a professional game dev, but a hobbyist. This implementation suits my needs perfectly, but may not be optimal for your situation. Proceed with caution 😅

Medium

I’ve been searching the internet for weeks, in a quest to find some valuable information in regards to a save/load system in Unreal Engine…