UE4 serialization mismatch

I am removing some engine changes made in the past, and one of these changes is removing some data that was added to the MaterialInstance class, but once I remove this I can no longer load maps in the editor because of a serialization mismatch, which makes sense since I just changed the size of a serialized class. Is there a way to fix up the expected sizes, or some step I missed in this?