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

Method GetInputPin

Code/EngineTools/NodeGraph/NodeGraph_FlowGraph.cpp:24–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 Pin const* FlowNode::GetInputPin( UUID const& pinID ) const
25 {
26 for ( auto const& pin : m_inputPins )
27 {
28 if ( pin.m_ID == pinID )
29 {
30 return &pin;
31 }
32 }
33
34 return nullptr;
35 }
36
37 Pin const* FlowNode::GetOutputPin( UUID const& pinID ) const
38 {

Callers 7

StateToolsNodeMethod · 0.80
GetInputPinFunction · 0.80
UpdateAndDrawMethod · 0.80
DestroyDynamicPinMethod · 0.80
IsValidConnectionMethod · 0.80
PostDeserializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected