Legacy talk:Canvas (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to navigation Jump to search

DrawText

DrawText (coerce string Text, optional bool CR)
Does anybody know what the parameter CR does? --SeriousBarbie (talk) 13:08, 13 September 2015 (EDT)

Already found the answer at https://udn.epicgames.com/Two/CanvasReference.html#DrawText: CR stands for Carriage Return and if set to true, the current drawing position will move down to the next line after the call. CR defaults to true if it is omitted. --SeriousBarbie (talk) 13:12, 13 September 2015 (EDT)