SGraphNodeKnot::CreatePinWidget

Hook that allows derived classes to supply their own [SGraphPin](API\Editor\GraphEditor\SGraphPin) derivatives for any pin.

Windows
MacOS
Linux

Override Hierarchy

SGraphNode::CreatePinWidget()

SGraphNodeKnot::CreatePinWidget()

References

Module

GraphEditor

Header

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

Include

#include "SGraphNodeKnot.h"

Source

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

Syntax

virtual TSharedPtr< SGraphPin > CreatePinWidget
(
    UEdGraphPin * Pin
) const

Remarks

Hook that allows derived classes to supply their own SGraphPin derivatives for any pin.

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