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

Function FindInputPinByName

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

Source from the content-addressed store, hash-verified

222 FFlowPin* FindInputPinByName(const FName& PinName);
223 FFlowPin* FindOutputPinByName(const FName& PinName);
224 const FFlowPin* FindInputPinByName(const FName& PinName) const { return const_cast<UFlowNode*>(this)->FindInputPinByName(PinName); }
225 const FFlowPin* FindOutputPinByName(const FName& PinName) const { return const_cast<UFlowNode*>(this)->FindOutputPinByName(PinName); }
226
227 static void RecursiveFindNodesByClass(UFlowNode* Node, const TSubclassOf<UFlowNode> Class, uint8 Depth, TArray<UFlowNode*>& OutNodes);

Callers 3

TrySupplyDataPinMethod · 0.85
ConfigureInputPinMethod · 0.85
TrySupplyDataPinMethod · 0.85

Calls 1

FindInputPinByNameMethod · 0.80

Tested by

no test coverage detected