FShapedTextOptions

Common data for all widgets that use shaped text.

Windows
MacOS
Linux

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

Name Description

Public variable

uint8: 1

 

bOverride_TextFlowDirection

Public variable

uint8: 1

 

bOverride_TextShapingMethod

Public variable

ETextFlowDirect...

 

TextFlowDirection

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

Public variable

ETextShapingMet...

 

TextShapingMethod

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

Constructors

Name Description

Public function

FShapedTextOptions()

Functions

Name Description

Public function

void

 

SynchronizeShapedTextProperties

(
    TWidgetType& InWidget
)

Synchronize the properties with the given widget.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss