Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor > API/Plugins/ObjectMixerEditor/Views > API/Plugins/ObjectMixerEditor/Views/Widgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBorder
- SButton
- SHyperlinkWithTextHighlight
References
| Module | ObjectMixerEditor |
| Header | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/Views/Widgets/SHyperlinkWithTextHighlight.h |
| Include | #include "Views/Widgets/SHyperlinkWithTextHighlight.h" |
Syntax
class SHyperlinkWithTextHighlight : 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 | |
|---|---|---|---|
| TSharedPtr< SInlineEditableTextBlock > | EditableTextBlock | ||
| FInlineEditableTextBlockStyle | EditableTextBlockStyle | ||
| 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 |