SGraphNode::CreatePinWidget

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

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

  • SGraphNode::CreatePinWidget()

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SGraphNode.h
Include #include "SGraphNode.h"
Source /Engine/Source/Editor/GraphEditor/Private/SGraphNode.cpp
virtual [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SGraphPin](API\Editor\GraphEditor\SGraphPin) > CreatePinWidget
(
    [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * Pin
) const

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library