Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDirectoryTree > API/Runtime/Core/TDirectoryTree/FTreeNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueType & GetValue () |
Get a reference to the node's Value. Invalid to call if !HasValue. | Containers/DirectoryTree.h | |
const ValueType & GetValue () |
Get a reference to the node's Value. Invalid to call if !HasValue. | Containers/DirectoryTree.h |
GetValue()
Description
Get a reference to the node's Value. Invalid to call if !HasValue.
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/DirectoryTree.h |
| Include Path | #include "Containers/DirectoryTree.h" |
ValueType & GetValue()
GetValue()
Description
Get a reference to the node's Value. Invalid to call if !HasValue.
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/DirectoryTree.h |
| Include Path | #include "Containers/DirectoryTree.h" |
const ValueType & GetValue() const