Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MothCocoon/FlowGraph
/ AddInputPins
Method
AddInputPins
Source/Flow/Private/Nodes/FlowNode.cpp:144–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
void UFlowNode::AddInputPins(const TArray<FFlowPin>& Pins)
145
{
146
for (const FFlowPin& Pin : Pins)
147
{
148
InputPins.AddUnique(Pin);
149
}
150
}
151
152
void UFlowNode::AddOutputPins(const TArray<FFlowPin>& Pins)
153
{
Callers
1
TryUpdateNodePins
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected