Stores the UProperty of the local variable in the node spawner.
#jira UE-16062 - Local variables never appear when dragging off another pin.
[CL 2577367 by Michael Schoell 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]
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]
Inherited variables nodes are now correctly placed without a "Target" pin without first compiling the parent Blueprint.
Dragging off a "self" node and placing a variable will no longer place a node that will refresh and remove the "Target" pin.
#jira UE-7367 - Get and Set nodes for variables from a BP's parent class will not compile without a reference to Self
[CL 2419543 by Ben Marsh in Main branch]
Defaults to false for testing.
When enabled, variable type changes that will impact child Blueprints will no longer force a (potentially lengthy) full compile.
[CL 2377793 by Michael Schoell in Main branch]