SGraphPaletteItem::CreateIconWidget

Create an icon type widget

Unreal Engine C++ API Reference > Editor > GraphEditor > SGraphPaletteItem > CreateIconWidget

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SGraphPalette.h
Include #include "SGraphPalette.h"
Source /Engine/Source/Editor/GraphEditor/Private/SGraphPalette.cpp
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > CreateIconWidget
(
    const [FText](API\Runtime\Core\Internationalization\FText) & IconToolTip,
    const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * IconBrush,
    const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & IconColor
)

Remarks

Create an icon type widget


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library