C++ Transition Guide for 4.22

Hi! I updated my project to 4.22.

However, I am crashing whenever I’m starting PIE. Debugging indicates that it crashes when executing the function UObject::SetLinker(FLinkerLoad* LinkerLoad, int32 LinkerIndex, bool bShouldDetachExisting). Here are some attached images of the function in question and also the call stack. PIE never gets to a point where any functions specific to my project are called. I’m not sure what might be causing this.

Thanks!