I love the smell of UnrealEd crashing in the morning. – tarquin

Legacy talk:Canvas (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:12, 13 September 2015 by SeriousBarbie (Talk | contribs) (DrawText)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

DrawText[edit]

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)