SGraphPaletteItem::CreateIconWidget

Creates an icon type widget, including big tooltip link

Windows
MacOS
Linux

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/SGraphPalette.h

Include

#include "SGraphPalette.h"

Source

/Engine/Source/Editor/GraphEditor/Private/SGraphPalette.cpp

Syntax

TSharedRef< SWidget > CreateIconWidget
(
    const FText & IconToolTip,
    const FSlateBrush * IconBrush,
    const FSlateColor & IconColor,
    const FString & DocLink,
    const FString & DocExcerpt,
    const FSlateBrush * SecondaryIconBrush,
    const FSlateColor & SecondaryColor
)

Remarks

Creates an icon type widget, including big tooltip link

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