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

Method FindOutputPinByName

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

Source from the content-addressed store, hash-verified

805}
806
807FFlowPin* UFlowNode::FindOutputPinByName(const FName& PinName)
808{
809 if (FFlowPin* FlowPin = FindFlowPinByName(PinName, OutputPins))
810 {
811 return FlowPin;
812 }
813
814 return nullptr;
815}
816
817bool UFlowNode::IsInputConnected(const FFlowPin& FlowPin, FGuid* FoundGuid, FName* OutConnectedPinName) const
818{

Callers 1

FindOutputPinByNameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected