FSlateApplicationBase::MakeToolTip

Creates a tool tip with the specified text.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FSlateApplicationBase::MakeToolTip()

FSlateApplication::MakeToolTip()

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Application/SlateApplicationBase.h

Include

#include "Application/SlateApplicationBase.h"

Syntax

TSharedRef< IToolTip > MakeToolTip
(
    const TAttribute< FText > & ToolTipText
)

Remarks

Creates a tool tip with the specified text.

Returns

The tool tip.

Parameters

Parameter

Description

ToolTipText

The text attribute to assign to the tool tip.