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

Method OnShowGraph

Code/EngineTools/NodeGraph/NodeGraph_BaseGraph.cpp:594–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592 //-------------------------------------------------------------------------
593
594 if ( pNode->HasSecondaryGraph() )
595 {
596 pNode->GetSecondaryGraph()->FindAllNodesOfTypeAdvanced( typeID, matchFunction, results, mode, typeMatch );
597 }
598 }
599 }
600 }
601
602 void BaseGraph::DestroyNode( UUID const& nodeID )
603 {

Callers 2

OnGraphModifiedMethod · 0.80
SetGraphToViewMethod · 0.80

Calls 1

OnShowNodeMethod · 0.45

Tested by

no test coverage detected