Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components > API/Runtime/UMG/Components/URichTextBlock
- URichTextBlock::SetText()
- UCommonRichTextBlock::SetText()
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Components/RichTextBlock.h |
Include | #include "Components/RichTextBlock.h" |
Source | /Engine/Source/Runtime/UMG/Private/Components/RichTextBlock.cpp |
virtual void SetText
&40;
const FText & InText
&41;
Remarks
Directly sets the widget text. Warning: This will wipe any binding created for the Text property!
Parameters
Name | Description |
---|---|
InText | The text to assign to the widget |