Navigation
API > API/Editor > API/Editor/AIGraph > API/Editor/AIGraph/SGraphNodeAI
- SGraphNode::AddPin()
- SGraphNodeAI::AddPin()
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
&40;
const TSharedRef< SGraphPin > & PinToAdd
&41;
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. |