When re-arranging an array that has been added to a character blueprint, the array adds an empty value to element [0] and leaves it in a broken state. I tested this using the Level blueprint as well but it did not break the array and functioned as intended. Attached is a sample project where it is already broken but repro has to be from scratch.
Results: The string array adds an empty value to [0] and displays [1]. The array elements aren't the same as what you see when you mouse over the string array
Expected: The string array displays the reorganized values
Head over to the existing Questions & Answers thread and let us know what's up.