FHyperlinkStyle

Represents the appearance of an [SHyperlink](API\Runtime\Slate\Widgets\Input\SHyperlink)

Windows
MacOS
Linux

Inheritance Hierarchy

FSlateWidgetStyle

FHyperlinkStyle

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h

Include

#include "Styling/SlateTypes.h"

Syntax

struct FHyperlinkStyle : public FSlateWidgetStyle

Remarks

Represents the appearance of an SHyperlink

Variables

Name Description

Public variable

FMargin

 

Padding

Padding

Public variable

FTextBlockStyle

 

TextStyle

Text style

Public variable

FButtonStyle

 

UnderlineStyle

Underline style

Constructors

Name Description

Public function

FHyperlinkStyle()

Destructors

Name Description

Public function Virtual

~FHyperlinkStyle()

Functions

Name Description

Public function Static

const FHyper...

 

GetDefault()

Public function

FHyperlinkSt...

 

SetPadding

(
    const FMargin& InPadding
)

Public function

FHyperlinkSt...

 

SetTextStyle

(
    const FTextBlockStyle& InTextStyle
)

Public function

FHyperlinkSt...

 

SetUnderlineStyle

(
    const FButtonStyle& InUnderlineSty...
)

Overridden from FSlateWidgetStyle

Name Description

Public function Virtual Const

void

 

GetResources

(
    TArray< const FSlateBrush* >&...
)

Gets the brush resources associated with this style.

Public function Virtual Const

const FName

 

GetTypeName()

Gets the name of this style.

This method must be implemented by inherited structures.

Constants

Name

Description

TypeName

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss