Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDirectoryTree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDirectoryTree & operator=
(
const TDirectoryTree& Other |
Containers/DirectoryTree.h | ||
TDirectoryTree & operator=
(
TDirectoryTree&& Other |
Containers/DirectoryTree.h |
operator=(const TDirectoryTree &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/DirectoryTree.h |
| Include Path | #include "Containers/DirectoryTree.h" |
TDirectoryTree & operator=
(
const TDirectoryTree & Other
)
operator=(TDirectoryTree &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/DirectoryTree.h |
| Include Path | #include "Containers/DirectoryTree.h" |
TDirectoryTree & operator=
(
TDirectoryTree && Other
)