Navigation
API > API/Runtime > API/Runtime/Slate
| Name | FHyperlinkDecorator |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/TextDecorators.h |
| Include Path | #include "Framework/Text/TextDecorators.h" |
Syntax
class FHyperlinkDecorator : public ITextDecorator
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHyperlinkDecorator
(
FString InId, |
Framework/Text/TextDecorators.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FHyperlinkDecorator() |
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 |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FHyperlinkDecorator > Create
(
FString Id, |
Framework/Text/TextDecorators.h |