Files
UnrealEngineUWP/Engine/Source/Editor/BlueprintGraph
jamie dale d64528e944 Fixed literal text values set on function return nodes never being gathered for localization
This is due to them being user-defined pins, and user-defined pins always set their value as the autogenerated default, which results in the normal pin gather in GatherGraphNodeForLocalization considering them default as they pass the DoesDefaultValueMatchAutogenerated test.

In this case the return node is the only place the values are defined, so we must gather them.

#jira UE-72338
#rb Francis.Hurteau
#lockdown Cristina.Riveron

#ROBOMERGE-SOURCE: CL 5745675 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)

[CL 5745677 by jamie dale in Main branch]
2019-04-04 13:57:49 -04:00
..