Files
UnrealEngineUWP/Engine/Source/Runtime/Core/Public/Serialization
sergio gardeazabal 6c50903854 Added an option on FArchive to early out while setting a custom version if that version was already set in the local custom versions container.
In projects with several custom versions, this results in a considerable improvement because the local container is usually smaller than the global one, and therefore the look-up time is faster, also we avoid going through the SetVersion path.

But this means if the version data in the version registry changed to the specific key you were trying to see, this means the local custom versions container of the archive will not be up-to-date. That is the reason this new option is disabled by default

#jira UE-184135
#rb steve.robb
#preflight 646ceaf12c0a5da0dc8b9c04

[CL 25594216 by sergio gardeazabal in ue5-main branch]
2023-05-23 19:05:46 -04:00
..