SAssetViewItem::AddToToolTipInfoBox

Helper function for CreateToolTipWidget. Adds a key value pair to the info box of the 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
void AddToToolTipInfoBox
(
    const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SVerticalBox](API\Runtime\SlateCore\Widgets\SVerticalBox) > & InfoBox,
    const [FText](API\Runtime\Core\Internationalization\FText) & Key,
    const [FText](API\Runtime\Core\Internationalization\FText) & Value,
    bool bImportant
) const

Remarks

Helper function for CreateToolTipWidget. Adds a key value pair to the info box of the tooltip


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library