![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TextWidgetTypes.h>
Public Member Functions | |
| UMG_API | FShapedTextOptions () |
| template<typename TWidgetType > | |
| void | SynchronizeShapedTextProperties (TWidgetType &InWidget) const |
| bool | operator== (const FShapedTextOptions &Other) const |
| bool | operator!= (const FShapedTextOptions &Other) const |
Public Attributes | |
| uint8 | bOverride_TextShapingMethod: 1 |
| uint8 | bOverride_TextFlowDirection: 1 |
| ETextShapingMethod | TextShapingMethod |
| ETextFlowDirection | TextFlowDirection |
Common data for all widgets that use shaped text. Contains the common options that should be exposed for the underlying Slate widget.
| FShapedTextOptions::FShapedTextOptions | ( | ) |
|
inline |
|
inline |
|
inline |
Synchronize the properties with the given widget. A template as the Slate widgets conform to the same API, but don't derive from a common base.
| uint8 FShapedTextOptions::bOverride_TextFlowDirection |
| uint8 FShapedTextOptions::bOverride_TextShapingMethod |
| ETextFlowDirection FShapedTextOptions::TextFlowDirection |
Which text flow direction should the text within this widget use? (unset to use the default returned by GetDefaultTextFlowDirection)
| ETextShapingMethod FShapedTextOptions::TextShapingMethod |
Which text shaping method should the text within this widget use? (unset to use the default returned by GetDefaultTextShapingMethod)