Navigation
API > API/Plugins > API/Plugins/UIFramework
| Name | UUIFrameworkTextBlock |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UIFramework/Source/Public/Widgets/UIFTextBlock.h |
| Include Path | #include "Widgets/UIFTextBlock.h" |
Syntax
UCLASS (MinimalAPI, DisplayName="Text Block UIFramework")
class UUIFrameworkTextBlock : public UUIFrameworkTextBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMVVMViewModelBase → UUIFrameworkWidget → UUIFrameworkTextBase → UUIFrameworkTextBlock
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UUIFrameworkTextBlock() |
Widgets/UIFTextBlock.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ShadowColor | FLinearColor | Widgets/UIFTextBlock.h |
|
|
| ShadowOffset | FVector2f | Widgets/UIFTextBlock.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLinearColor GetShadowColor() |
Widgets/UIFTextBlock.h |
|
|
FVector2f GetShadowOffset() |
Widgets/UIFTextBlock.h |
|
|
void SetShadowColor
(
FLinearColor ShadowColor |
Widgets/UIFTextBlock.h |
|
|
void SetShadowOffset
(
FVector2f ShadowOffset |
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 SetShadowColorToWidget
(
FLinearColor |
Widgets/UIFTextBlock.h | ||
virtual void SetShadowOffsetToWidget
(
FVector2f |
Widgets/UIFTextBlock.h |
Overridden from UUIFrameworkTextBase
| 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 |