Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/SToolTip
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SToolTip::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/SToolTip.h |
| Include | #include "Widgets/SToolTip.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SToolTip >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | BorderImage
(
const TAttribute< const FSlateBrush* >& InAttribute |
The background/border image to display | |
| NamedSlotProperty< FArguments > | Content () |
Arbitrary content to be displayed in the tool tip; overrides any text that may be set. | |
| WidgetArgsType & | Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
The font to use for this tool tip | |
| WidgetArgsType & | IsInteractive
(
const TAttribute< bool >& InAttribute |
Whether the tooltip should be considered interactive | |
| WidgetArgsType & | OnSetInteractiveWindowLocation
(
const FOnSetInteractiveWindowLocation& InDelegate |
Hook to modify or override the desired location (in screen space) for interactive tooltip windows. | |
| WidgetArgsType & | Text
(
const TAttribute< FText >& InAttribute |
The text displayed in this tool tip | |
| WidgetArgsType & | TextMargin
(
const TAttribute< FMargin >& InAttribute |
Margin between the tool tip border and the text content |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |