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

Method EndModification

Code/EngineTools/NodeGraph/NodeGraph_BaseGraph.cpp:177–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 BaseNode const *pParentNode = GetParentNode();
176 while ( pParentNode != nullptr )
177 {
178 depth++;
179 pParentNode = pParentNode->GetParentNode();
180 }
181
182 return depth;
183 }
184
185 void BaseNode::BeginModification()
186 {
187 if ( m_modificationCount == 0 )

Callers

nothing calls this directly

Calls 3

GetRootGraphFunction · 0.85
HasBoundUsersMethod · 0.80
ExecuteMethod · 0.45

Tested by

no test coverage detected