FRichTextDecorator::Supports

Override this function to specify which types of tags are handled by this decorator

Windows
MacOS
Linux

Override Hierarchy

ITextDecorator::Supports()

FRichTextDecorator::Supports()

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/RichTextBlockDecorator.h

Include

#include "Components/RichTextBlockDecorator.h"

Syntax

virtual bool Supports
(
    const FTextRunParseResults & RunParseResult,
    const FString & Text
) const

Remarks

Override this function to specify which types of tags are handled by this decorator

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