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

Method SetConnections

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

Source from the content-addressed store, hash-verified

733
734#if WITH_EDITOR
735void UFlowNode::SetConnections(const TMap<FName, FConnectedPin>& InConnections)
736{
737 const TMap<FName, FConnectedPin> OldConnections = Connections;
738 Connections = InConnections;
739 OnConnectionsChanged(OldConnections);
740}
741#endif
742
743TSet<UFlowNode*> UFlowNode::GatherConnectedNodes() const

Callers 1

Calls 1

OnConnectionsChangedFunction · 0.85

Tested by

no test coverage detected