Navigation
API > API/Runtime > API/Runtime/SlateCore
Represents the appearance of an SHyperlink
| Name | FHyperlinkStyle |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FHyperlinkStyle : public FSlateWidgetStyle
Inheritance Hierarchy
- FSlateWidgetStyle → FHyperlinkStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Styling/SlateTypes.h | |||
FHyperlinkStyle
(
const FHyperlinkStyle& |
Styling/SlateTypes.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FHyperlinkStyle() |
Styling/SlateTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | Styling/SlateTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Padding | FMargin | Padding | Styling/SlateTypes.h |
|
| TextStyle | FTextBlockStyle | Text style | Styling/SlateTypes.h |
|
| UnderlineStyle | FButtonStyle | Underline style | Styling/SlateTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHyperlinkStyle & SetPadding
(
const FMargin& InPadding |
Styling/SlateTypes.h | ||
FHyperlinkStyle & SetTextStyle
(
const FTextBlockStyle& InTextStyle |
Styling/SlateTypes.h | ||
FHyperlinkStyle & SetUnderlineStyle
(
const FButtonStyle& InUnderlineStyle |
Styling/SlateTypes.h |
Overridden from FSlateWidgetStyle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetResources
(
TArray< const FSlateBrush* >& OutBrushes |
Gets the brush resources associated with this style. | Styling/SlateTypes.h | |
virtual const FName GetTypeName() |
Gets the name of this style.This method must be implemented by inherited structures. | Styling/SlateTypes.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FHyperlinkStyle & GetDefault() |
Styling/SlateTypes.h |