IRichTextMarkupParser

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

Inheritance Hierarchy

IRichTextMarkupParser

FDefaultRichTextMarkupParser

References

Module

Slate

Header

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

Include

#include "Framework/Text/IRichTextMarkupParser.h"

Syntax

class IRichTextMarkupParser

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

Destructors

Name Description

Public function Virtual

~IRichTextMarkupParser()

Virtual destructor

Functions

Name Description

Public function

void

 

Process

(
    TArray< FTextLineParseResults >& R...,
    const FString& Input,
    FString& Output
)

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