Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateApplicationBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< IToolTip > MakeToolTip
(
const TAttribute< FText >& ToolTipText |
Creates a tool tip with the specified text. | Application/SlateApplicationBase.h | |
TSharedRef< IToolTip > MakeToolTip
(
const FText& ToolTipText |
Creates a tool tip with the specified text. | Application/SlateApplicationBase.h |
MakeToolTip(const TAttribute< FText > &)
Description
Creates a tool tip with the specified text.
| Name | MakeToolTip |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
| Include Path | #include "Application/SlateApplicationBase.h" |
TSharedRef < IToolTip > MakeToolTip
(
const TAttribute < FText > & ToolTipText
)
The tool tip.
Parameters
| Name | Remarks |
|---|---|
| ToolTipText | The text attribute to assign to the tool tip. |
MakeToolTip(const FText &)
Description
Creates a tool tip with the specified text.
| Name | MakeToolTip |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
| Include Path | #include "Application/SlateApplicationBase.h" |
TSharedRef < IToolTip > MakeToolTip
(
const FText & ToolTipText
)
The tool tip.
Parameters
| Name | Remarks |
|---|---|
| ToolTipText | The text to assign to the tool tip. |