ETextOverflowDirection

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementPayloads.h

Include

#include "Rendering/DrawElementPayloads.h"

Syntax

enum ETextOverflowDirection
{
    NoOverflow,
    LeftToRight,
    RightToLeft,
}

Values

Name

Description

NoOverflow

No overflow.

LeftToRight

Left justification overflow.

RightToLeft

Right justification overflow.