SWidget::SetToolTip

Set the tool tip that should appear when this widget is hovered.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h

Include

#include "Widgets/SWidget.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp

Syntax

void SetToolTip
(
    const TSharedPtr< IToolTip > & InToolTip
)

Remarks

Set the tool tip that should appear when this widget is hovered.

Parameters

Parameter

Description

InToolTip

the widget that should appear in 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