Files
UnrealEngineUWP/Engine/Source/Runtime/CoreUObject
Jamie Dale 378e2a170b Fixed Data Table CSV/JSON importing not working correctly with FName properties that contain a space
UE-20839 - Data Table cannot import FName properties that contain a space

UNameProperty::ImportText_Internal would only import a name with a space if it was surrounded by quotes, but it will only be surrounded by quotes if PPF_Delimited is set.

This changes UNameProperty::ImportText_Internal to work more like UStrProperty::ImportText_Internal, and perform different import logic based on the PPF_Delimited flag.

#RB Robert.Manuszewski

[CL 2682467 by Jamie Dale in Main branch]
2015-09-07 10:31:19 -04:00
..
2015-09-07 09:39:56 -04:00
2015-07-13 13:47:48 -04:00