UCommonRichTextBlock::SetText

Directly sets the widget text.

Windows
MacOS
Linux

Override Hierarchy

URichTextBlock::SetText()

UCommonRichTextBlock::SetText()

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonRichTextBlock.h

Include

#include "CommonRichTextBlock.h"

Source

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Private/CommonRichTextBlock.cpp

Syntax

virtual void SetText
(
    const FText & InText
)

Remarks

Directly sets the widget text. Warning: This will wipe any binding created for the Text property!

Parameters

Parameter

Description

InText

The text to assign to the widget

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