Can't save arrays to save game

Hi,
I can save any other data to my save game file, but my arrays will not save. When I close the game and restart my arrays will be empty, while all other data has save properly using the same blueprint method. I can add rows of data to my arrays in game, see the results, but it wont save on game close and restart.

Attached screen shot is the simplified version of my save, minus about 50 data elements that do save.

i havent used the savegame for a while but im pretty sure u gotta get the “get” node from the save game instead of a set. and then do normal Set one.

i think u already know but there are two instances of the element. one is the Save game one and the other is the normal original one.

oh :stuck_out_tongue: never mind u are actually using the wrong function. the function at the start shouldnt be load game from slot but instead create save game object. and then in the end pass its reference to save game object.