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

Method HasParentNode

Code/EngineTools/NodeGraph/NodeGraph_BaseGraph.cpp:105–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104 }
105
106 String BaseNode::CreateUniqueNodeName( String const& desiredName ) const
107 {
108 String uniqueName = desiredName;
109
110 if ( HasParentGraph() )
111 {
112 uniqueName = GetParentGraph()->GetUniqueNameForRenameableNode( desiredName, this );
113 }
114
115 return uniqueName;
116 }

Callers

nothing calls this directly

Calls 1

GetParentNodeMethod · 0.80

Tested by

no test coverage detected