SVirtualWindow::OnVisualizeTooltip

Called when Slate wants to visualize tooltip.

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnVisualizeTooltip()

SVirtualWindow::OnVisualizeTooltip()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/SVirtualWindow.h

Include

#include "Widgets/SVirtualWindow.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/SVirtualWindow.cpp

Syntax

virtual bool OnVisualizeTooltip
(
    const TSharedPtr< SWidget > & TooltipContent
)

Remarks

Called when Slate wants to visualize tooltip. If nobody handles this event, Slate will use default tooltip visualization. If you override this event, you should probably return true.

Returns

true if this widget visualized the tooltip content; i.e., the event is handled.

Parameters

Parameter

Description

TooltipContent

The TooltipContent that I may want to visualize.

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