Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URichTextBlockDecorator
- URichTextBlockImageDecorator
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/RichTextBlockImageDecorator.h |
| Include | #include "Components/RichTextBlockImageDecorator.h" |
Syntax
class URichTextBlockImageDecorator : public URichTextBlockDecorator
Remarks
Allows you to setup an image decorator that can be configured to map certain keys to certain images. We recommend you subclass this as a blueprint to configure the instance.
Understands the format
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< class UDataTable > | ImageSet |
Constructors
| Type | Name | Description | |
|---|---|---|---|
URichTextBlockImageDecorator
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FSlateBrush * | FindImageBrush
(
FName TagOrId, |
||
| FRichImageRow * | FindImageRow
(
FName TagOrId, |
Overridden from URichTextBlockDecorator
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< ITextDecorator > | CreateDecorator
(
URichTextBlock* InOwner |