FSlateApplication::MakeToolTip

Creates a tool tip with the specified text.

Windows
MacOS
Linux

Override Hierarchy

FSlateApplicationBase::MakeToolTip()

FSlateApplication::MakeToolTip()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h

Include

#include "Framework/Application/SlateApplication.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp

Syntax

virtual 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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss