[PLUGIN] USQLite

I would convert them to structs that can be stored in Player State or Character blueprints.
Mark them with ‘Save Game’ and then add to the DB a column of same type to record them (STRUCT column type).

The struct should not contain object reference types if the parent container is a struct.
Object references I would store directly into the Character blueprint, and store as a separate OBJECT column into the DB.