Wrap text on Text Render Component coming from Data Table.

Hello ! (sorry If my english isn’t perfectly correct)

I’m having an issue with Text Render Component:

To explain with some context, I spawn a virgin card actor which I put some information coming from a Data Table where all my cards informations are stocked.

The first problem is I CAN’T use linebreaks in Data Table for my texts variables (for example the card effect that is often long).

The second one is that there is no feature (in my knowledge) that allow me to wrap the text in my Text Render Component on my card actor. That means my card effect always exceed my card effect zone where the text should be.

image

Can you solve my problem ? :slight_smile:
Thank you !

If you aren’t able to text wrapping you would perhaps need to convert the whatever control / element it is using into a textbox. The textboxes will be able to solve what you are experiencing. Alternatively use a panel which can limit the text flow.