Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FRichTextLayoutMarshaller
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FRichTextLayoutMarshaller > Create
(
TArray< TSharedRef< ITextDecorator > > InDecorators, |
Framework/Text/RichTextLayoutMarshaller.h | ||
static TSharedRef< FRichTextLayoutMarshaller > Create
(
TSharedPtr< IRichTextMarkupParser > InParser, |
Framework/Text/RichTextLayoutMarshaller.h |
Create(TArray< TSharedRef< ITextDecorator > >, const ISlateStyle *const)
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/RichTextLayoutMarshaller.h |
| Include Path | #include "Framework/Text/RichTextLayoutMarshaller.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Text/RichTextLayoutMarshaller.cpp |
static TSharedRef < FRichTextLayoutMarshaller > Create
(
TArray < TSharedRef < ITextDecorator > > InDecorators,
const ISlateStyle *const InDecoratorStyleSet
)
Create(TSharedPtr< IRichTextMarkupParser >, TSharedPtr< IRichTextMarkupWriter >, TArray< TSharedRef< ITextDecorator > >, const ISlateStyle *const)
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/RichTextLayoutMarshaller.h |
| Include Path | #include "Framework/Text/RichTextLayoutMarshaller.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Text/RichTextLayoutMarshaller.cpp |
static TSharedRef < FRichTextLayoutMarshaller > Create
(
TSharedPtr < IRichTextMarkupParser > InParser,
TSharedPtr < IRichTextMarkupWriter > InWriter,
TArray < TSharedRef < ITextDecorator > > InDecorators,
const ISlateStyle *const InDecoratorStyleSet
)