Hi,
I am trying to convert a string into text for use binding to a text block text field, I would like the ability to have multiple lines (Not word wrap)
exmaple string.
blah blah title
- Item one
- Item two
blah blah blah title
- another item one
- another item two
example text block.
blah blah title
- Item one
- Item two
blah blah blah title
- another item one
- another item two
Before anyone replys No Shift+Enter is not the solution and no adding
,
,
\r, <br> etc where i want the breaks to the string dont work either. I need to be able to put this all into a string then convert to a text var and return it to the text block.
I have searched web and tried various methods at achieving this with no success.
At this point I think its a limitation of the unreal engine, but I know the MOTD in ark appears to accomplish what I want to happen as you can add
to the input to get a break, though I’m not sure this is a text block.
Does anyone have a known working method to doing this? a picture of the graph would be most helpful in replicating it if you do have a way.
I hope this all makes sense.