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

Function IsInputPin

Code/EngineTools/NodeGraph/NodeGraph_FlowGraph.h:118–118  ·  view source on GitHub ↗

Is the specified pin an input pin

Source from the content-addressed store, hash-verified

116
117 // Is the specified pin an input pin
118 inline bool IsInputPin( UUID const& pinID ) const { return HasInputPin( pinID ); }
119
120 // Is the specified pin an input pin
121 inline bool IsInputPin( Pin const& pin ) const { return HasInputPin( pin.m_ID ); }

Callers

nothing calls this directly

Calls 1

HasInputPinFunction · 0.85

Tested by

no test coverage detected