Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Text > API/Runtime/Slate/Widgets/Text/FSlateEditableTextLayout
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 |
bool SetEditableText
&40;
const FText & TextToSet,
const bool bForce
&41;
Remarks
Sets the current editable text for this text block Note: Doesn't update the value of BoundText, nor does it call OnTextChanged true if the text was updated, false if the text wasn't update (because it was already up-to-date)
Parameters
| Name | Description |
|---|---|
| TextToSet | The new text to set in the internal TextLayout |
| bForce | True to force the update, even if the text currently matches what's in the TextLayout |