My array saving doesn't work

There’s no mystery here. You’re getting the actor references jumbled up, either on saving or reloading.

Also, here

You’re apparently using a structure, but then just using Add to talk to an array of transforms, that could be in ANY order :slight_smile:

The most logical way to keep everything where it belongs, is a map.

image

Then, things don’t get lost.