Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
UpdateInputPins
Method · 0.80
TraverseHierarchy
Function · 0.80
GetNavigationTarget
Method · 0.80
GraphDoubleClicked
Method · 0.80
DrawGraphViewNavigationBar
Method · 0.80
NavigateTo
Method · 0.80
RebuildOutlinerTree
Method · 0.80
DestroyParameter
Method · 0.80
TraverseHierarchy
Function · 0.80
GetRootGraph
Method · 0.80
HasParentNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected