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

Method Destroy

Code/EngineTools/NodeGraph/NodeGraph_BaseGraph.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 m_childGraph.DestroyInstance();
58 }
59
60 if ( HasSecondaryGraph() )
61 {
62 m_secondaryGraph.DestroyInstance();
63 }
64 }
65
66 void BaseNode::PostDeserialize( TypeSystem::TypeRegistry const& typeRegistry )

Callers 8

GenerateTriangulationMethod · 0.45
UpdateTransitionNodesMethod · 0.45
DestroyParameterMethod · 0.45
InitializeMethod · 0.45
ShutdownMethod · 0.45

Calls 3

HasParentGraphFunction · 0.85
GetParentGraphFunction · 0.85
DestroyNodeMethod · 0.80

Tested by

no test coverage detected