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

Method GetRootGraph

Code/EngineTools/NodeGraph/NodeGraph_BaseGraph.cpp:65–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64 }
65
66 void BaseNode::PostDeserialize( TypeSystem::TypeRegistry const& typeRegistry )
67 {
68 IReflectedType::PostDeserialize( typeRegistry );
69 UpdateChildGraphAndSecondaryGraphParents();
70 }
71
72 void BaseNode::Destroy()
73 {
74 EE_ASSERT( HasParentGraph() );
75 GetParentGraph()->DestroyNode( m_ID );
76 }
77
78 BaseGraph* BaseNode::GetRootGraph()
79 {
80 BaseGraph* pRootGraph = nullptr;
81

Callers 1

GetRootGraphFunction · 0.45

Calls 2

GetParentGraphFunction · 0.85
GetParentNodeMethod · 0.80

Tested by

no test coverage detected