Navigation
API > API/Plugins > API/Plugins/UIFramework
| Name | UUIFrameworkTextBase |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFTextBlock.h |
| Include Path | #include "Widgets/UIFTextBlock.h" |
Syntax
UCLASS (MinimalAPI, Abstract, HideDropDown)
class UUIFrameworkTextBase : public UUIFrameworkWidget
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMVVMViewModelBase → UUIFrameworkWidget → UUIFrameworkTextBase
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UUIFrameworkTextBase() |
Widgets/UIFTextBlock.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Justification | TEnumAsByte< ETextJustify::Type > | Widgets/UIFTextBlock.h |
|
|
| Message | FLocalizableMessage | Widgets/UIFTextBlock.h |
|
|
| OverflowPolicy | ETextOverflowPolicy | Widgets/UIFTextBlock.h |
|
|
| Text | FText | Widgets/UIFTextBlock.h |
|
|
| TextColor | FLinearColor | Widgets/UIFTextBlock.h |
|
|
| TextSize | float | Widgets/UIFTextBlock.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ETextJustify::Type GetJustification() |
Widgets/UIFTextBlock.h |
|
|
ETextOverflowPolicy GetOverflowPolicy() |
Widgets/UIFTextBlock.h |
|
|
FText GetText() |
Widgets/UIFTextBlock.h |
|
|
FLinearColor GetTextColor() |
Widgets/UIFTextBlock.h |
|
|
float GetTextSize() |
Widgets/UIFTextBlock.h |
|
|
void SetJustification
(
ETextJustify::Type Justification |
Widgets/UIFTextBlock.h |
|
|
void SetMessage
(
FLocalizableMessage&& InMessage |
Widgets/UIFTextBlock.h | ||
void SetOverflowPolicy
(
ETextOverflowPolicy OverflowPolicy |
Widgets/UIFTextBlock.h |
|
|
void SetTextColor
(
FLinearColor TextColor |
Widgets/UIFTextBlock.h |
|
|
void SetTextSize
(
float TextSize |
Widgets/UIFTextBlock.h |
|
Overridden from UUIFrameworkWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void LocalOnUMGWidgetCreated() |
Widgets/UIFTextBlock.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetJustificationToWidget
(
ETextJustify::Type |
Widgets/UIFTextBlock.h | ||
virtual void SetOverflowPolicyToWidget
(
ETextOverflowPolicy |
Widgets/UIFTextBlock.h | ||
virtual void SetTextColorToWidget
(
FLinearColor |
Widgets/UIFTextBlock.h | ||
virtual void SetTextSizeToWidget
(
float |
Widgets/UIFTextBlock.h | ||
virtual void SetTextToWidget
(
const FText& |
Widgets/UIFTextBlock.h |