Navigation
API > API/Plugins > API/Plugins/UIFramework > API/Plugins/UIFramework/Widgets
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMVVMViewModelBase
- UUIFrameworkWidget
- UUIFrameworkTextBase
- UUIFrameworkTextBlock
References
| Module | UIFramework |
| Header | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFTextBlock.h |
| Include | #include "Widgets/UIFTextBlock.h" |
Syntax
UCLASS&40;Abstract, HideDropDown&41;
class UUIFrameworkTextBase : public UUIFrameworkWidget
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| ETextJustify::Type | |||
| ETextOverflowPolicy | |||
| FText | GetText () |
||
| FLinearColor | GetTextColor () |
||
| void | SetJustification
(
ETextJustify::Type Justification |
||
| void | |||
| void | SetMessage
(
FLocalizableMessage&& InMessage |
||
| void | SetOverflowPolicy
(
ETextOverflowPolicy OverflowPolicy |
||
| void | SetOverflowPolicyToWidget
(
ETextOverflowPolicy |
||
| void | SetTextColor
(
FLinearColor TextColor |
||
| void | |||
| void | SetTextToWidget
(
const FText& |
Overridden from UUIFrameworkWidget
| Type | Name | Description | |
|---|---|---|---|
| void |