Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/SHyperlink
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SHyperlink::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SHyperlink.h |
| Include | #include "Widgets/Input/SHyperlink.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SHyperlink >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | HighlightColor
(
const TAttribute< FLinearColor >& InAttribute |
||
| WidgetArgsType & | HighlightShape
(
const TAttribute< const FSlateBrush* >& InAttribute |
||
| WidgetArgsType & | HighlightText
(
const TAttribute< FText >& InAttribute |
||
| WidgetArgsType & | OnNavigate
(
const FSimpleDelegate& InDelegate |
||
| 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 & | TextStyle
(
const FTextBlockStyle* InArg |
||
| WidgetArgsType & | UnderlineStyle
(
const FButtonStyle* InArg |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |