Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SHyperlink.h |
Include |
#include "Widgets/Input/SHyperlink.h" |
class SHyperlink : public SButton
A hyperlink widget is what you would expect from a browser hyperlink. When a hyperlink is clicked in invokes an OnNavigate() delegate.
Name | Description | ||
---|---|---|---|
|
FSimpleDelegate |
OnNavigate |
The delegate to invoke when someone clicks the hyperlink |
Name | Description | ||
---|---|---|---|
|
Construct ( |
Construct the hyperlink widgets from a declaration |
|
|
Hyperlink_OnClicked() |
Invoke the OnNavigate method |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
CreateAccessibleWidget() |
|
|
OnCursorQuery ( |
The system asks each widget under the mouse to provide a cursor. This event is bubbled. |
Name |
Description |
|
---|---|---|
|
FArguments |