FSlateEditableTextLayout::GetEditableText

Gets the current editable text for this text block

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h

Include

#include "Widgets/Text/SlateEditableTextLayout.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Text/SlateEditableTextLayout.cpp

Syntax

FText GetEditableText() const

Remarks

Gets the current editable text for this text block

We don't store text in this form (it's stored as lines in the text layout) so every call to this function has to reconstruct it

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss