Navigation
API > API/Runtime > API/Runtime/UMG
| Name | URichTextBlockDecorator |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/RichTextBlockDecorator.h |
| Include Path | #include "Components/RichTextBlockDecorator.h" |
Syntax
UCLASS (Abstract, Blueprintable, MinimalAPI)
class URichTextBlockDecorator : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URichTextBlockDecorator
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URichTextBlockDecorator
(
const FObjectInitializer& ObjectInitializer |
Components/RichTextBlockDecorator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< ITextDecorator > CreateDecorator
(
URichTextBlock* InOwner |
Components/RichTextBlockDecorator.h |