Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SWidget
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetToolTipText
(
const TAttribute< FText >& ToolTipText |
Set the tool tip that should appear when this widget is hovered. | Widgets/SWidget.h | |
void SetToolTipText
(
const FText& InToolTipText |
Set the tool tip that should appear when this widget is hovered. | Widgets/SWidget.h |
SetToolTipText(const TAttribute< FText > &)
Description
Set the tool tip that should appear when this widget is hovered.
| Name | SetToolTipText |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include Path | #include "Widgets/SWidget.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp |
void SetToolTipText
(
const TAttribute < FText > & ToolTipText
)
SetToolTipText(const FText &)
Description
Set the tool tip that should appear when this widget is hovered.
| Name | SetToolTipText |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include Path | #include "Widgets/SWidget.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp |
void SetToolTipText
(
const FText & InToolTipText
)