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

Function FindOutputPinByName

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

Source from the content-addressed store, hash-verified

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);
228

Callers 2

TrySupplyDataPinMethod · 0.85
ConfigureOutputPinMethod · 0.85

Calls 1

FindOutputPinByNameMethod · 0.80

Tested by

no test coverage detected