Navigation
API > API/Runtime > API/Runtime/Slate
Attributes that a run can have
| Name | ERunAttributes |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/IRun.h |
| Include Path | #include "Framework/Text/IRun.h" |
Syntax
enum ERunAttributes
{
None = 0,
SupportsText = 1<<0,
}
Values
| Name | Remarks |
|---|---|
| None | This run has no special attributes |
| SupportsText | This run supports text, and can have new text inserted into it Note that even a run which doesn't support text may contain text (likely a breaking space character), however that text should be considered immutable |