ERunAttributes

Attributes that a run can have

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/Text/IRun.h"

Syntax

enum ERunAttributes
{
    None            = 0,
    SupportsText    = 1<<0,
}

Values

Name

Description

None

This run has no special attributes

SupportsText

This run supports text, and can have new text inserted into it

Remarks

Attributes that a run can have

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