Files
UnrealEngineUWP/Engine/Source/Runtime/CoreUObject/Public/Serialization
Robert Manuszewski a398dfdfa7 Fixing huge streaming time regressions in 4.8. Reduced FN startup time by 8 seconds.
- Removed lambdas and TFunctions from FArchiveAsync (this was the culprit of the regression)
- Added THREADSAFE_UOBJECTS to easily disable UObject multithreading safety and potential overhead (not that it even exists)
- Moved a few functions so that they're not called too often (they come up in profiles)

UE-14282

#lockdown Zachary.EdgertonJones

[CL 2522599 by Robert Manuszewski in Main branch]
2015-04-23 07:47:56 -04:00
..
2015-04-20 13:10:43 -04:00