Enum

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/Text/TextLayout.h"

Syntax

enum Enum
{
    None                   = 0,
    WrappingInformation    = 1<<0,
    TextBaseDirection      = 1<<1,
    ShapingCache           = 1<<2,
    All                    = WrappingInformation | TextBaseDirection | ShapingCache,
}

Values

Name

Description

None

WrappingInformation

TextBaseDirection

ShapingCache

All

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