Sorry, I should have said - I'm trying to make an in-game scoreboard by building a string from player names stored in an array and sending that string to the text field of the UILabel using the "Set Property" action in Playmaker. For example:
"Player 1 \n Player 2 \n Player 3"
Which, I was assuming from the documentation, was supposed to work, though as I say, it looks to be rather out-of-date. It updates the text just fine, it just ignores the line feeds.
If this doesn't work, then what would be the correct way to do this?