![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Inheritance diagram for FHyperlinkStyle:Public Member Functions | |
| SLATECORE_API | FHyperlinkStyle () |
| SLATECORE_API | FHyperlinkStyle (const FHyperlinkStyle &) |
| virtual SLATECORE_API | ~FHyperlinkStyle () |
| virtual SLATECORE_API void | GetResources (TArray< const FSlateBrush * > &OutBrushes) const override |
| virtual const FName | GetTypeName () const override |
| FHyperlinkStyle & | SetUnderlineStyle (const FButtonStyle &InUnderlineStyle) |
| FHyperlinkStyle & | SetTextStyle (const FTextBlockStyle &InTextStyle) |
| FHyperlinkStyle & | SetPadding (const FMargin &InPadding) |
Public Member Functions inherited from FSlateWidgetStyle | |
| SLATECORE_API | FSlateWidgetStyle () |
| virtual SLATECORE_API | ~FSlateWidgetStyle () |
Static Public Member Functions | |
| static SLATECORE_API const FHyperlinkStyle & | GetDefault () |
Public Attributes | |
| FButtonStyle | UnderlineStyle |
| FTextBlockStyle | TextStyle |
| FMargin | Padding |
Static Public Attributes | |
| static SLATECORE_API const FName | TypeName |
Represents the appearance of an SHyperlink
| FHyperlinkStyle::FHyperlinkStyle | ( | ) |
|
default |
|
virtualdefault |
|
static |
|
overridevirtual |
Gets the brush resources associated with this style.
This method must be implemented by inherited structures.
| OutBrushes | The brush resources. |
Reimplemented from FSlateWidgetStyle.
Gets the name of this style.
This method must be implemented by inherited structures.
Reimplemented from FSlateWidgetStyle.
|
inline |
|
inline |
|
inline |
| FMargin FHyperlinkStyle::Padding |
Padding
| FTextBlockStyle FHyperlinkStyle::TextStyle |
Text style
|
static |
| FButtonStyle FHyperlinkStyle::UnderlineStyle |
Underline style