MCPcopy Create free account
hub / github.com/BobbyAnguelov/Esoterica / GetOutputPin

Method GetOutputPin

Code/EngineTools/NodeGraph/NodeGraph_FlowGraph.cpp:37–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 Pin const* FlowNode::GetOutputPin( UUID const& pinID ) const
38 {
39 for ( auto const& pin : m_outputPins )
40 {
41 if ( pin.m_ID == pinID )
42 {
43 return &pin;
44 }
45 }
46
47 return nullptr;
48 }
49
50 int32_t FlowNode::GetInputPinIndex( UUID const& pinID ) const
51 {

Callers 7

StateToolsNodeMethod · 0.80
GetOutputPinFunction · 0.80
IsValidConnectionFunction · 0.80
UpdateAndDrawMethod · 0.80
IsValidConnectionMethod · 0.80
PostDeserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected