UE Crashes when using compute shaders

Im just taking a stab here since the error is in regards to bInitializedSerialiationHistory. Do your compute shaders have bound parameters? ie you call Parameter.Bind in the constructor? If so, are you serializing those parameters? I’ve noticed not doing that can potentially cause crashes.