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

Method GetParentNode

Code/EngineTools/NodeGraph/NodeGraph_BaseGraph.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 return uniqueName;
116 }
117
118 bool BaseNode::HasParentNode() const
119 {
120 if ( m_pParentGraph == nullptr )
121 {

Callers 11

UpdateInputPinsMethod · 0.80
TraverseHierarchyFunction · 0.80
GetNavigationTargetMethod · 0.80
GraphDoubleClickedMethod · 0.80
NavigateToMethod · 0.80
RebuildOutlinerTreeMethod · 0.80
DestroyParameterMethod · 0.80
TraverseHierarchyFunction · 0.80
GetRootGraphMethod · 0.80
HasParentNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected