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