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