From 511682db877b72c21cc2c4e947ba07cd81e926a8 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Mon, 4 Jul 2022 21:36:46 +0200 Subject: [PATCH] Change Text Render text to allow multi line editing --- Source/Engine/UI/TextRender.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/UI/TextRender.h b/Source/Engine/UI/TextRender.h index 9c2626590..82858b580 100644 --- a/Source/Engine/UI/TextRender.h +++ b/Source/Engine/UI/TextRender.h @@ -56,7 +56,7 @@ public: /// /// Gets the text. /// - API_PROPERTY(Attributes="EditorOrder(0), EditorDisplay(\"Text\")") + API_PROPERTY(Attributes="EditorOrder(0), MultilineText, EditorDisplay(\"Text\")") const LocalizedString& GetText() const; ///