Navigation
API > API/Runtime > API/Runtime/Slate
| Name | FImageDecorator |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/TextDecorators.h |
| Include Path | #include "Framework/Text/TextDecorators.h" |
Syntax
class FImageDecorator : public ITextDecorator
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImageDecorator
(
FString InRunName, |
Framework/Text/TextDecorators.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FImageDecorator() |
Framework/Text/TextDecorators.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OverrideStyle | const ISlateStyle * | Framework/Text/TextDecorators.h | ||
| RunName | FString | Framework/Text/TextDecorators.h |
Functions
Public
Overridden from ITextDecorator
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< ISlateRun > Create
(
const TSharedRef< class FTextLayout >& TextLayout, |
Framework/Text/TextDecorators.h | ||
virtual bool Supports
(
const FTextRunParseResults& RunParseResult, |
Framework/Text/TextDecorators.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FImageDecorator > Create
(
FString InRunName, |
Framework/Text/TextDecorators.h |