It's supposed to be used while cooking to fix references to objects (BPGC, UDS, UDE), that where converted into a native code.
Converted items have "ReplaceConverted" meta data generated. The MD stores original object path (and all it's redirected paths).
#codereview Nick.Whiting, Mike.Beach, Robert.Manuszewski
[CL 2664247 by Maciej Mroz in Main branch]
Big conversion of FStrings and FNames to FText.
Version bump to move some MaterialFunction UProperty from a TArray<FString> to TArray<FText> (some Engine assets are older than being allowed to auto-convert the UProperty)
Auto conversion of FName to FText (and back) now supported (as well as TArrays of those types).
Searching categories by both the localized string and the source string is now supported in Blueprints.
#jira UE-14481 - We are missing ability to translate node categories
#codereview Justin.Sargent
[CL 2542875 by Michael Schoell in Main branch]
In Editor.ini [ScriptErrorLog] section and MaxNumOfAccessViolation variable were added.
#codereview Mike.Beach
[CL 2531156 by Maciej Mroz in Main branch]
#UE4 Added a config to skip GCing on specific asset types.
--------
Integrated using branch Ue4-To-UE4-Fortnite-Simple (reversed) of change#2529715 by Bob.Tellez on 2015/04/28 23:49:13.
[CL 2530496 by Bob Tellez in Main branch]
Users can now choose a set of relevant units to display applicable properties in.
Setting a single unit for a given type will result in only that unit ever being used. When multiple exist, the most appropriate unit will be shown when a property editor is opened, and will remain in this unit until something else is selected.
[CL 2519064 by Andrew Rodham in Main branch]
Blueprint node searching now leverages localized keyword metadata for searching, so searches can now be done in the current langauge and English to find the same nodes.
#jira UE-12049 - Using translated editor, Blueprint node search returns differ for English search terms compared to search terms in the current language
#codereview justin.sargent
[CL 2517785 by Michael Schoell in Main branch]