TUObjectCppClassStaticThunks

Used to allow constinit initialization [UClass](API\Runtime\CoreUObject\UClass) variables outside of CoreUObject in modular builds to take pointers to these methods rather than the methods of [UObject](API\Runtime\CoreUObject\UObject), which can't be used in constant expressions in a different dll.

On this page