Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RefreshParameterReferences
Method · 0.45
GenerateTriangulation
Method · 0.45
UpdateTransitionNodes
Method · 0.45
DestroyParameter
Method · 0.45
Initialize
Method · 0.45
Shutdown
Method · 0.45
DrawFlowGraphContextMenu
Method · 0.45
DrawStateMachineContextMenu
Method · 0.45
Calls
3
HasParentGraph
Function · 0.85
GetParentGraph
Function · 0.85
DestroyNode
Method · 0.80
Tested by
no test coverage detected