FRichTextRun

A single run in a rich-text line, contains the meta-information that was parsed out of it, as well as the lexical contents of the run

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/Text/IRichTextMarkupWriter.h"

Syntax

struct FRichTextRun

Remarks

A single run in a rich-text line, contains the meta-information that was parsed out of it, as well as the lexical contents of the run

Variables

Name Description

Public variable

FRunInfo

 

Info

Public variable

FString

 

Text

Constructors

Name Description

Public function

FRichTextRun

(
    const FRunInfo& InInfo,
    FString InText
)

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