Finally getting around to structuring all my disparate RPG item data into a proper lookup table / database. Initially created all items as separate child actors deriving from the same class, like a naive retard.
After setting up and doing some inital tests, the database approach reduces the disk size load by about 30x! God Unreal is bloated as shit.
That's my progress, thanks for letting me rent your eyeballs.