Choose your operating system:
Windows
macOS
Linux
| FSlateApplicationBase::MakeToolTip()
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h |
Include |
#include "Application/SlateApplicationBase.h" |
TSharedRef< IToolTip > MakeToolTip
(
const TAttribute< FText > & ToolTipText
)
Creates a tool tip with the specified text.
The tool tip.
Parameter |
Description |
---|---|
ToolTipText |
The text attribute to assign to the tool tip. |