SGraphNode::AddPinButtonContent

Creates widget for an Add pin button, which can then be added to the node

Windows
MacOS
Linux

References

Module

GraphEditor

Header

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

Include

#include "SGraphNode.h"

Source

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

Syntax

TSharedRef< SWidget > AddPinButtonContent
(
    FText PinText,
    FText PinTooltipText,
    bool bRightSide,
    FString DocumentationExcerpt,
    TSharedPtr< SToolTip > CustomTooltip
)

Remarks

Creates widget for an Add pin button, which can then be added to the node

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