Navigation
API > API/Runtime > API/Runtime/Slate
A hyperlink widget is what you would expect from a browser hyperlink. When a hyperlink is clicked in invokes an OnNavigate() delegate.
| Name | SHyperlink |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SHyperlink.h |
| Include Path | #include "Widgets/Input/SHyperlink.h" |
Syntax
class SHyperlink : public SButton
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SButton → SHyperlink
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SButton → SHyperlink
Derived Classes
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Construct the hyperlink widgets from a declaration | Widgets/Input/SHyperlink.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< FSlateAccessibleWidget > CreateAccessibleWidget() |
Widgets/Input/SHyperlink.h | ||
virtual FCursorReply OnCursorQuery
(
const FGeometry& MyGeometry, |
Widgets/Input/SHyperlink.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FReply Hyperlink_OnClicked() |
Invoke the OnNavigate method | Widgets/Input/SHyperlink.h |