Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Framework/Text/IRun.h |
Include |
#include "Framework/Text/IRun.h" |
enum ERunAttributes
{
None = 0,
SupportsText = 1<<0,
}
Name |
Description |
---|---|
None |
This run has no special attributes |
SupportsText |
This run supports text, and can have new text inserted into it |
Attributes that a run can have