Navigation
API > API/Editor > API/Editor/Documentation > API/Editor/Documentation/SDocumentationToolTip
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/Documentation/Public/SDocumentationToolTip.h |
| Include Path | #include "SDocumentationToolTip.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SDocumentationToolTip >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SDocumentationToolTip > → SDocumentationToolTip::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SDocumentationToolTip.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SDocumentationToolTip.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AddDocumentation
(
bool InArg |
SDocumentationToolTip.h | ||
WidgetArgsType & AlwaysExpandTooltip
(
const TAttribute< bool >& InAttribute |
If true it will keep the tooltip expanded without the need of the Ctrl + Alt to expand it | SDocumentationToolTip.h | |
WidgetArgsType & ColorAndOpacity
(
const TAttribute< FSlateColor >& InAttribute |
Font color and opacity | SDocumentationToolTip.h | |
WidgetArgsType & DocumentationLink
(
FString InArg |
SDocumentationToolTip.h | ||
WidgetArgsType & DocumentationMargin
(
FMargin InArg |
SDocumentationToolTip.h | ||
WidgetArgsType & ExcerptName
(
FString InArg |
SDocumentationToolTip.h | ||
WidgetArgsType & HyperlinkButtonStyle
(
FName InArg |
Hyperlink button style | SDocumentationToolTip.h | |
WidgetArgsType & HyperlinkTextStyle
(
FName InArg |
The text style to use for hyperlinks in this tool tip | SDocumentationToolTip.h | |
WidgetArgsType & OverrideExtendedToolTipContent
(
TSharedPtr< SWidget > InArg |
Extended ToolTip to use when Ctrl + Alt is pressed instead of loading it from the Documentation | SDocumentationToolTip.h | |
WidgetArgsType & OverridePromptContent
(
TSharedPtr< SWidget > InArg |
Custom widget to prompt users to hit Ctrl + Alt, if needed to fit with the design of custom content overrides | SDocumentationToolTip.h | |
WidgetArgsType & Shortcut
(
const TAttribute< FText >& InAttribute |
The keyboard shortcut to display for the action | SDocumentationToolTip.h | |
WidgetArgsType & Style
(
FName InArg |
The text style to use for this tool tip | SDocumentationToolTip.h | |
WidgetArgsType & SubduedStyle
(
FName InArg |
The text style to use for subdued footer text in this tool tip | SDocumentationToolTip.h | |
WidgetArgsType & Text
(
const TAttribute< FText >& InAttribute |
The text displayed in this tool tip | SDocumentationToolTip.h |