Multi-line property missing in Text Array [blueprints]

Multi-line property of Text variable is exposed to blueprints and it’s quite useful (1st screenshot).
Sadly, it’s missing for array of Texts (2nd screenshot). So this property can be used only in usage case :wink:

I’d be grateful for fixing this.

213994-ue4editor-2017-09-19-16-19-39.png

213995-ue4editor-2017-09-19-16-19-46.png

Hey,

Thank you for submitting a bug report. I have reproduced this issue and logged a report for it here

You can track the report’s status as the issue is reviewed by our development staff. Please be aware that this issue may not be prioritized or fixed soon.

Have a good day!

Ran into this issue myself. A workaround is to encapsulate the text variable in a struct. You can set the multi-line property in the struct and then use an array of structs.

I ran into this issue today as well, but you can insert a line break into the text by using
so that could be a workaround for the time being.

The Multi-line property is not exposed for array variables, but it seems to keep any setting already made on that variable. If you make the variable single-type, check the Multi-line property, then convert the variable to array-type, the array-type variable will still be Multi-line.