IRichTextMarkupParser::Process

Processes the provided Input string producing a set of [FTextLineParseResults](API\Runtime\Slate\Framework\Text\FTextLineParseResults) and a output string stripped of any markup.

Windows
MacOS
Linux

Override Hierarchy

IRichTextMarkupParser::Process()

FDefaultRichTextMarkupParser::Process()

References

Module

Slate

Header

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

Include

#include "Framework/Text/IRichTextMarkupParser.h"

Syntax

void Process
(
    TArray< FTextLineParseResults > & Results,
    const FString & Input,
    FString & Output
)

Remarks

Processes the provided Input string producing a set of FTextLineParseResults and a output string stripped of any markup.

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