Ok isnt an Actor, my base class is UObject in Blueprint i would create an instance of this class and
copy the data. The serializer hopefully grab all public members and store them.
I’ll try this but have to restructure a bit, will take a while
For level save it saves the reference of the actors on loading the Level i destroy all actors in the list, this works fine.