ETextJustify::Type

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h

Include

#include "Framework/Text/TextLayout.h"

Syntax

namespace ETextJustify
{
    enum Type
    {
        Left,
        Center,
        Right,
    }
}

Values

Name

Description

Left

Justify the text logically to the left.

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.

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