MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / AddOutputPins

Method AddOutputPins

Source/Flow/Private/Nodes/FlowNode.cpp:152–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void UFlowNode::AddOutputPins(const TArray<FFlowPin>& Pins)
153{
154 for (const FFlowPin& Pin : Pins)
155 {
156 OutputPins.AddUnique(Pin);
157 }
158}
159
160#if WITH_EDITOR
161

Callers 1

TryUpdateNodePinsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected