4.16 Released!

Just go to AsyncLoadingPrivate.h - Replace


MAX_SUMMARY_SIZE = 8192

with


#if WITH_EDITORONLY_DATA
		MAX_SUMMARY_SIZE = 16384
#else
		MAX_SUMMARY_SIZE = 8192
#endif