Navigation
API > API/Plugins > API/Plugins/ObjectMixerEditor > API/Plugins/ObjectMixerEditor/Views > API/Plugins/ObjectMixerEditor/Views/Widgets > API/Plugins/ObjectMixerEditor/Views/Widgets/SHyperlinkWithTextHighlight
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SHyperlinkWithTextHighlight::FArguments
References
| Module | ObjectMixerEditor |
| Header | /Engine/Plugins/Editor/ObjectMixer/ObjectMixer/Source/ObjectMixer/Public/Views/Widgets/SHyperlinkWithTextHighlight.h |
| Include | #include "Views/Widgets/SHyperlinkWithTextHighlight.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SHyperlinkWithTextHighlight >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | HighlightText
(
const TAttribute< FText >& InAttribute |
Highlight this text in the text block | |
| WidgetArgsType & | IsSelected
(
const FIsSelected& InDelegate |
Callback to check if the widget is selected, should only be hooked up if parent widget is handling selection or focus. | |
| WidgetArgsType & | OnNavigate
(
const FSimpleDelegate& InDelegate |
||
| WidgetArgsType & | OnTextCommitted
(
const FOnTextCommitted& InDelegate |
Callback when the text is committed. | |
| WidgetArgsType & | Padding
(
const TAttribute< FMargin >& InAttribute |
||
| WidgetArgsType & | Style
(
const FHyperlinkStyle* InArg |
||
| WidgetArgsType & | Text
(
const TAttribute< FText >& InAttribute |
||
| WidgetArgsType & | TextFlowDirection
(
TOptional< ETextFlowDirection > InArg |
||
| WidgetArgsType & | TextShapingMethod
(
TOptional< ETextShapingMethod > InArg |
||
| WidgetArgsType & | UnderlineStyle
(
const FButtonStyle* InArg |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |