Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDirectoryTree
Description
Iterator accessor for all paths, added or implied, in the tree. For paths that were added to the tree, the ValueType* on the iterator is non-null and points to the added Value. For implied paths that are parent directories of child paths in the tree the Value pointer of the iterator is the value of their closest parent in the tree, or nullptr if none of their parents were added to the tree.
| Name | CreateIteratorForImplied |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/DirectoryTree.h |
| Include Path | #include "Containers/DirectoryTree.h" |
FPointerIterator CreateIteratorForImplied()
See Also
- FPointerIterator.