Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBorder
- SButton
- SHyperlink
- SRichTextHyperlink
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SHyperlink.h |
| Include | #include "Widgets/Input/SHyperlink.h" |
Syntax
class SHyperlink : public SButton
Remarks
A hyperlink widget is what you would expect from a browser hyperlink. When a hyperlink is clicked in invokes an OnNavigate() delegate.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSimpleDelegate | OnNavigate | The delegate to invoke when someone clicks the hyperlink |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Construct the hyperlink widgets from a declaration | |
| FReply | Invoke the OnNavigate method |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FSlateAccessibleWidget > | |||
| FCursorReply | OnCursorQuery
(
const FGeometry& MyGeometry, |
The system asks each widget under the mouse to provide a cursor. This event is bubbled. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |