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