Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDirectoryTree > API/Runtime/Core/TDirectoryTree/FTreeNode
Description
Recursively search this node's subtree for the given relative path, then return whether that path has any children. Returns false if the given relative path doesn't exist in the tree or if it is an explicit path with no children. Returns true if the given path is implicit (there is a node representing a sub-path of it) or if it is an explicit path with direct or indirect children.
| Name | ContainsChildPaths |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/DirectoryTree.h |
| Include Path | #include "Containers/DirectoryTree.h" |
bool ContainsChildPaths
(
FStringView InRelPath
) const