Files
UnrealEngineUWP/Engine/Source/Runtime/Core
sebastian nordgren e370eba6d1 FName::NameToDisplayString functionality reverted to its state prior to CL 7252282.
This has some poor behaviour around abbreviations followed by words (eg. "FBXEditor" -> "FBXEditor"), but behaves better for plurals of abbreviations (eg. "ImportLODs" -> "Import LODs").

The former can be worked around by adding an underscore to the variable name ("FBX_Editor"), or introducing an explicit meta DisplayName=.

Added a test to ensure that the "ImportLODs" behaviour is retained.

#jira UE-79834

#rb paul.chipchase

[CL 8634945 by sebastian nordgren in Dev-Editor branch]
2019-09-11 09:20:09 -04:00
..