Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SRichTextBlock
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< ITextDecorator > WidgetDecorator
(
const FString RunName, |
Widgets/Text/SRichTextBlock.h | ||
static TSharedRef< ITextDecorator > WidgetDecorator
(
const FString RunName, |
Widgets/Text/SRichTextBlock.h |
WidgetDecorator(const FString, const FWidgetDecorator::FCreateWidget &)
| Name | WidgetDecorator |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SRichTextBlock.h |
| Include Path | #include "Widgets/Text/SRichTextBlock.h" |
static TSharedRef < ITextDecorator > WidgetDecorator
(
const FString RunName,
const FWidgetDecorator::FCreateWidget & FactoryDelegate
)
WidgetDecorator(const FString, UserClass *, typename FWidgetDecorator::FCreateWidget::TConstMethodPtr< UserClass >)
| Name | WidgetDecorator |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SRichTextBlock.h |
| Include Path | #include "Widgets/Text/SRichTextBlock.h" |
template<class UserClass>
static TSharedRef < ITextDecorator > WidgetDecorator
(
const FString RunName,
UserClass * InUserObjectPtr,
typename FWidgetDecorator::FCreateWidget::TConstMethodPtr< UserClass > InFunc
)