Files
UnrealEngineUWP/Engine/Source/Editor/PropertyEditor/Private/Presentation
jay nakai 56a7edb468 Fix crash when pasting an empty string, or string with multiple empty entries using newlines separators, into bulk property editor. Crash was an index-out-of-bound because code assumed at least one entry would exist after calling ParseIntoArray
Explicitly handle pasting a single empty string by creating Row and Cell entries in that situation. Updated paste handler so when pasting a string with multiple empty strings with newline separators, each empty string is treated like an empty row string. This makes pasting a string with empty row strings more consistent, as rows will no longer get trimmed and potentially mutate the expected outcome

#rb Brooke.Hubert
#rb Sebastian.Nordgren

#ROBOMERGE-AUTHOR: jay.nakai
#ROBOMERGE-SOURCE: CL 18455838 via CL 18455858 via CL 18455892 via CL 18455909 via CL 18456550 via CL 18456582
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Release-Engine-Test) (v898-18417669)

[CL 18456598 by jay nakai in ue5-release-engine-test branch]
2021-12-14 13:34:23 -05:00
..