I’m trying to learn how FStructuredArchives work. I think I get saving, but reading is confusing me.
I have a FRecord called “SavedObjects” which contains a bunch of other FRecords, representing individual objects I have saved. How can I iterate through all the saved records and read from them?
I can’t seem to find any documentation online. Assistance would be greatly appreciated.