Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDirectoryTree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ValueType * Find
(
FStringView Path |
Return a const pointer to the Value set for the given path, or null if it does not exist. | Containers/DirectoryTree.h | |
ValueType * Find
(
FStringView Path |
Return a pointer to the Value set for the given path, or null if it does not exist. | Containers/DirectoryTree.h |
Find(FStringView)
Description
Return a const pointer to the Value set for the given path, or null if it does not exist.
| Name | Find |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/DirectoryTree.h |
| Include Path | #include "Containers/DirectoryTree.h" |
const ValueType * Find
(
FStringView Path
) const
Find(FStringView)
Description
Return a pointer to the Value set for the given path, or null if it does not exist.
| Name | Find |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/DirectoryTree.h |
| Include Path | #include "Containers/DirectoryTree.h" |
ValueType * Find
(
FStringView Path
)