UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ETextJustify Namespace Reference

Enumerations

enum  Type : int {
  Left , Center , Right , InvariantLeft ,
  InvariantRight
}
 

Enumeration Type Documentation

◆ Type

Enumerator
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.

Center 

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

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.

InvariantLeft 

Always justify the text to the left, regardless of the flow direction of the current culture.

InvariantRight 

Always justify the text to the right, regardless of the flow direction of the current culture.