SAssetViewItem::OnVisualizeTooltip

Called when Slate wants to visualize tooltip.

Unreal Engine C++ API Reference > Editor > ContentBrowser > SAssetViewItem

References

   
Module ContentBrowser
Header /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h
Include #include "AssetViewWidgets.h"
Source /Engine/Source/Editor/ContentBrowser/Private/AssetViewWidgets.cpp
virtual bool OnVisualizeTooltip
(
    const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\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. true if this widget visualized the tooltip content; i.e., the event is handled.

Parameters

Name Description
TooltipContent The TooltipContent that I may want to visualize.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library