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

Function GetConnection

Source/Flow/Public/Nodes/FlowNode.h:203–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201#endif
202
203 FConnectedPin GetConnection(const FName OutputName) const { return Connections.FindRef(OutputName); }
204
205 UE_DEPRECATED(5.5, "Please use GatherConnectedNodes instead.")
206 TSet<UFlowNode*> GetConnectedNodes() const { return GatherConnectedNodes(); }

Callers 2

TriggerOutputMethod · 0.85
ExecuteNewConnectionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected