Hello,
In Unreal 4.18,I recently started work on localization for my project. There are lots of multi line message shown in TextBlock or TextBlock(Multi-Line). After I checked ‘Auto Wrap Text’ and set ‘Wrapping Policy’ to ‘Default Wrapping’, the word was cut,and shown to next line.
I expect the word ‘network’ can jump to the next line.I don’t know how to make the whole word wrap when the amount of space left wouldn’t be enough for the next word?
The size of these TextBlock are not constant, they are changed based on their parent container’s size.I usually use ‘Alingnment’ to set the size.
So I can’t set the value of ‘Wrap Text At’.