UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FShapedTextOptions Struct Reference

#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
 

Detailed Description

Common data for all widgets that use shaped text. Contains the common options that should be exposed for the underlying Slate widget.

Constructor & Destructor Documentation

◆ FShapedTextOptions()

FShapedTextOptions::FShapedTextOptions ( )

Member Function Documentation

◆ operator!=()

bool FShapedTextOptions::operator!= ( const FShapedTextOptions Other) const
inline

◆ operator==()

bool FShapedTextOptions::operator== ( const FShapedTextOptions Other) const
inline

◆ SynchronizeShapedTextProperties()

template<typename TWidgetType >
void FShapedTextOptions::SynchronizeShapedTextProperties ( TWidgetType InWidget) const
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.

Member Data Documentation

◆ bOverride_TextFlowDirection

uint8 FShapedTextOptions::bOverride_TextFlowDirection

◆ bOverride_TextShapingMethod

uint8 FShapedTextOptions::bOverride_TextShapingMethod

◆ TextFlowDirection

ETextFlowDirection FShapedTextOptions::TextFlowDirection

Which text flow direction should the text within this widget use? (unset to use the default returned by GetDefaultTextFlowDirection)

◆ TextShapingMethod

ETextShapingMethod FShapedTextOptions::TextShapingMethod

Which text shaping method should the text within this widget use? (unset to use the default returned by GetDefaultTextShapingMethod)


The documentation for this struct was generated from the following files: