SGraphNodeAI::AddPin

Add a new pin to this graph node. The pin must be newly created.

Unreal Engine C++ API Reference > Editor > AIGraph > SGraphNodeAI

References

   
Module AIGraph
Header /Engine/Source/Editor/AIGraph/Public/SGraphNodeAI.h
Include #include "SGraphNodeAI.h"
Source /Engine/Source/Editor/AIGraph/Private/SGraphNodeAI.cpp
virtual void AddPin
(
    const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SGraphPin](API\Editor\GraphEditor\SGraphPin) > & PinToAdd
)

Remarks

Add a new pin to this graph node. The pin must be newly created.

Parameters

Name Description
PinToAdd A new pin to add to this GraphNode.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library