Navigation
API > API/Editor > API/Editor/Documentation > API/Editor/Documentation/SDocumentationToolTip
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SDocumentationToolTip::FArguments
References
| Module | Documentation |
| Header | /Engine/Source/Editor/Documentation/Public/SDocumentationToolTip.h |
| Include | #include "SDocumentationToolTip.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SDocumentationToolTip >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AddDocumentation
(
bool InArg |
||
| WidgetArgsType & | ColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Font color and opacity | |
| NamedSlotProperty< FArguments > | Content () |
Arbitrary content to be displayed in the tool tip; overrides any text that may be set. | |
| WidgetArgsType & | DocumentationLink
(
FString InArg |
||
| WidgetArgsType & | DocumentationMargin
(
FMargin InArg |
||
| WidgetArgsType & |
ExcerptName
(
FString InArg |
||
| WidgetArgsType & | HyperlinkButtonStyle
(
FName InArg |
Hyperlink button style | |
| WidgetArgsType & | HyperlinkTextStyle
(
FName InArg |
The text style to use for hyperlinks in this tool tip | |
| WidgetArgsType & | The text style to use for this tool tip | ||
| WidgetArgsType & | SubduedStyle
(
FName InArg |
The text style to use for subdued footer text in this tool tip | |
| WidgetArgsType & | Text
(
const TAttribute< FText >& InAttribute |
The text displayed in this tool tip |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |