SGraphPin::SetCustomPinIcon

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

Windows
MacOS
Linux

References

Module

GraphEditor

Header

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

Include

#include "SGraphPin.h"

Source

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

Syntax

void SetCustomPinIcon
(
    const FSlateBrush * InConnectedBrush,
    const FSlateBrush * InDisconnectedBrush
)

Remarks

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

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