Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Components > UTextBlock
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Components/TextBlock.h |
Include | #include "Components/TextBlock.h" |
Source | /Engine/Source/Runtime/UMG/Private/Components/TextBlock.cpp |
virtual void SetText
&40;
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 |