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,
    Layout        = 1<<0,
    Highlights    = 1<<1,
    All           = Layout | Highlights,
}

Values

Name

Description

None

Layout

Highlights

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