FUICommandInfo::MakeTooltip

Makes a tooltip for this command.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Commands/UICommandInfo.h

Include

#include "Framework/Commands/UICommandInfo.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Commands/UICommandInfo.cpp

Syntax

TSharedRef< class SToolTip > MakeTooltip
(
    const TAttribute< FText > & InText,
    const TAttribute< EVisibility > & InToolTipVisibility
) const

Remarks

Makes a tooltip for this command.

Returns

The tooltip widget

Parameters

Parameter

Description

InText

Optional dynamic text to be displayed in the tooltip.

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