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

Function GetParentNode

Code/EngineTools/NodeGraph/NodeGraph_BaseGraph.h:391–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389 virtual char const* GetName() const { return HasParentNode() ? m_pParentNode->GetName() : "Root Graph"; }
390
391 // Get the special category ID for this graph, this is used to restrict nodes to specific types of graphs
392 inline StringID GetCategory() const { return m_subType; }
393
394 // Does this graph support adding comment nodes

Callers 5

RefreshDynamicPinsMethod · 0.85
GetNavigationTargetMethod · 0.85
GetStringPathFromRootMethod · 0.85
GetIDPathFromRootMethod · 0.85
GetNavigationTargetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected