SGraphNode::AddPinButtonContent

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

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

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SGraphNode.h
Include #include "SGraphNode.h"
Source /Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp
[TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > AddPinButtonContent
(
    [FText](API\Runtime\Core\Internationalization\FText) PinText,
    [FText](API\Runtime\Core\Internationalization\FText) PinTooltipText,
    bool bRightSide,
    [FString](API\Runtime\Core\Containers\FString) DocumentationExcerpt,
    [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SToolTip](API\Runtime\Slate\Widgets\SToolTip) > CustomTooltip
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library