MCPcopy 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
144void UFlowNode::AddInputPins(const TArray<FFlowPin>& Pins)
145{
146 for (const FFlowPin& Pin : Pins)
147 {
148 InputPins.AddUnique(Pin);
149 }
150}
151
152void UFlowNode::AddOutputPins(const TArray<FFlowPin>& Pins)
153{

Callers 1

TryUpdateNodePinsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected