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]
Category grouping is no longer relevant for matching to sub-items. In the same section, never want two categories of the same name.
#jira UE-13995 - Crash when renaming AnimGraph function in AnimBP
[CL 2518112 by Michael Schoell in Main branch]
Editor - Adding the unified blueprint editor view. Combines all the modes into a single blueprint editor. Still requires being enabled through the experimental option in the editor.
[CL 2419336 by Ben Marsh in Main branch]
#Branch UE4
#Proj GraphEditor
note: also patched up what appeared to be a repeated typo, decedent for descendent :)
#codereview Mike.Beach
[CL 2297939 by Ben Cosh in Main branch]