Issue regarding Array in my game.

Just create an array variable on your BP and use it instead of the “Poppetje” from your save game object.

Also, you don’t need to “Set” it after using an Add/Insert/Resize etc. Those nodes act on the array reference, not a copy. (Otherwise, they would return the copy as an output.)