Training Livestream - Saving and Loading - June 6 - Live from Epic HQ

Sorry you didn’t find this stream useful, we can do a more advanced version next time. This was meant as an intro to Saving and Loading and the examples I cited were one off examples meant to be used as a place to start. The way I would approach saving/loading content would vary based on the project and type of data I’m working with. I might expand the usage of my struct to include all the things I want to save (object type references, numerical values, transform information, etc) or might work with data tables instead if I’m working with large quantities of information.