unreal.TextJustify

class unreal.TextJustify

Bases: unreal.EnumBase

EText Justify

C++ Source:

  • Module: Slate

  • File: TextLayout.h

CENTER

Justify the text in the center. Text flow direction has no impact on this justification mode.

Type

1

LEFT

Justify the text logically to the left. When text is flowing left-to-right, this will align text visually to the left. When text is flowing right-to-left, this will align text visually to the right.

Type

0

RIGHT

Justify the text logically to the right. When text is flowing left-to-right, this will align text visually to the right. When text is flowing right-to-left, this will align text visually to the left.

Type

2