Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text
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 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 |
Remarks
Attributes that a run can have