Navigation
API > API/Runtime > API/Runtime/UMG
Common data for all widgets that use shaped text. Contains the common options that should be exposed for the underlying Slate widget.
| Name | FShapedTextOptions |
| Type | struct |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/TextWidgetTypes.h |
| Include Path | #include "Components/TextWidgetTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FShapedTextOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FShapedTextOptions() |
Components/TextWidgetTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOverride_TextFlowDirection | uint8 | Components/TextWidgetTypes.h |
|
|
| bOverride_TextShapingMethod | uint8 | Components/TextWidgetTypes.h |
|
|
| TextFlowDirection | ETextFlowDirection | Which text flow direction should the text within this widget use? (unset to use the default returned by GetDefaultTextFlowDirection) | Components/TextWidgetTypes.h |
|
| TextShapingMethod | ETextShapingMethod | Which text shaping method should the text within this widget use? (unset to use the default returned by GetDefaultTextShapingMethod) | Components/TextWidgetTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SynchronizeShapedTextProperties
(
TWidgetType& InWidget |
Synchronize the properties with the given widget. | Components/TextWidgetTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FShapedTextOptions& Other |
Components/TextWidgetTypes.h | ||
bool operator==
(
const FShapedTextOptions& Other |
Components/TextWidgetTypes.h |