SGraphPin::SetCustomPinIcon

Override the visual look of the pin by providing two custom brushes

Unreal Engine C++ API Reference > Editor > GraphEditor > SGraphPin

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SGraphPin.h
Include #include "SGraphPin.h"
Source /Engine/Source/Editor/GraphEditor/Private/SGraphPin.cpp
void SetCustomPinIcon
(
    const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * InConnectedBrush,
    const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * InDisconnectedBrush
)

Remarks

Override the visual look of the pin by providing two custom brushes


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library