IRichTextMarkupWriter

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

Inheritance Hierarchy

IRichTextMarkupWriter

FDefaultRichTextMarkupWriter

References

Module

Slate

Header

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

Include

#include "Framework/Text/IRichTextMarkupWriter.h"

Syntax

class IRichTextMarkupWriter

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

Destructors

Name Description

Public function Virtual

~IRichTextMarkupWriter()

Virtual destructor

Functions

Name Description

Public function

void

 

Write

(
    const TArray< FRichTextLine >& InL...,
    FString& Output
)

Write the provided array of line and run info, producing an output string containing the markup needed to persist the run layouts

Classes

Name

Description

Public struct

FRichTextLine

A single line in a rich-text document, comprising of a number of styled runs

Public struct

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

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