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

Method FindInputPinByName

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

Source from the content-addressed store, hash-verified

795}
796
797FFlowPin* UFlowNode::FindInputPinByName(const FName& PinName)
798{
799 if (FFlowPin* FlowPin = FindFlowPinByName(PinName, InputPins))
800 {
801 return FlowPin;
802 }
803
804 return nullptr;
805}
806
807FFlowPin* UFlowNode::FindOutputPinByName(const FName& PinName)
808{

Callers 1

FindInputPinByNameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected