I have a story/dialogue written out in a text document that I want to import into Unreal Engine as a Text Array, with each new line corresponding to a new array element (so I can control when and how each line is begun to be read etc.)
The story is massive, and so copy and pasting it line by line into a Text Array isn’t feasible.
Ideally I want to just put the entire thing into a spreadsheet or something, run a function to have it automatically format it to be recognized by Unreal and then just copy and paste it into the Text Array to automatically populate each element.
Is this possible? With google sheets or something?