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

Function GetNode

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

Try to get the node with the specified ID

Source from the content-addressed store, hash-verified

364
365 // Try to get the node with the specified ID
366 FlowNode* GetNode( UUID const& nodeID ) { return reinterpret_cast<FlowNode*>( FindNode( nodeID ) ); }
367
368 // Try to get the node with the specified ID
369 inline FlowNode const* GetNode( UUID const& nodeID ) const { return reinterpret_cast<FlowNode*>( FindNode( nodeID ) ); }

Callers 4

CreateDynamicPinMethod · 0.70
DestroyDynamicPinMethod · 0.70
IsValidConnectionMethod · 0.70

Calls 1

FindNodeFunction · 0.85

Tested by

no test coverage detected