Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDirectoryTree
Description
Report the children (optionally recursive or not, optionally implied or not) in the tree of a given Path (optionally skipped if implied).
| Name | TryGetChildren |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/DirectoryTree.h |
| Include Path | #include "Containers/DirectoryTree.h" |
bool TryGetChildren
(
FStringView Path,
TArray < FString > & OutRelativeChildNames,
EDirectoryTreeGetFlags Flags
) const
true iff (the path is found in the tree and either it is an added path or ImpliedParent was requested).
See Also
- EDirectoryTreeGetFlags. Relative paths of discovered children will be appended to OutRelativeChildNames.