Files
UnrealEngineUWP/Engine/Source/Editor/PropertyEditor
Jamie Dale 2041b5f780 Fixed some places that were surrounding FName properties in quotes, but weren't providing the PPF_Delimited flag
UE-21078 - FBoneReference text import no longer works correctly.

Some property editing code used to forcibly surround FName properties in quotes, as UNameProperty::ImportText_Internal didn't handle the PPF_Delimited correctly prior to CL# 2682467, so this was the only way to ensure that names containing spaces would be imported.

This change removes those places that were forcibly adding quotes, as UNameProperty::ImportText_Internal will now do the correct thing as the default import flags do not contain PPF_Delimited.

#codereview Benn.Gallagher

[CL 2691572 by Jamie Dale in Main branch]
2015-09-15 07:42:10 -04:00
..