I’m not sure if this is related but I had a child actor that was not retaining an array of static meshes (where the parent had zero by default), I fixed the issue by setting the array to be “Blueprint Read Only” (not sure if this was needed) and “SaveGame” to serialize the array variable via the Details panel, the child actor then spawned the meshes.
1 Like