Searched refs:RecursivelyLookupNodeByPath (Results 1 – 1 of 1) sorted by relevance
55 T* RecursivelyLookupNodeByPath(T& node, size_t index, const vector<string_view>& path) in RecursivelyLookupNodeByPath() function68 T* result = RecursivelyLookupNodeByPath(*child, index + 1, path); in RecursivelyLookupNodeByPath()384 return RecursivelyLookupNodeByPath<const ISceneNode>(*this, 0, parts); in LookupNodeByPath()396 return RecursivelyLookupNodeByPath<ISceneNode>(*this, 0, parts); in LookupNodeByPath()