objects being immutable

I’m having an issue when I’m rapidly creating new chunk objects where sometimes for no real good reason the chunk object will just be immutable, and the set functions will not work at all resulting in the given image below where the chunk is completely empty. Any tips on how to fix this would be very appreciated. (As well as any tips on how to optimize UProceduralMeshComponent)