Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage > API/Developer/Horde/Storage/Nodes
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Public/Storage/Nodes/DirectoryEntry.h |
| Include | #include "Storage/Nodes/DirectoryEntry.h" |
Syntax
class FDirectoryEntry
Remarks
Entry for a directory within a directory node
Variables
| Type | Name | Description | |
|---|---|---|---|
| int64 | Length | Total size of this directory's contents. | |
| const FUtf8String | Name | Name of this directory. | |
| FBlobHandle | Target | ||
| FIoHash | TargetHash |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDirectoryEntry
(
FBlobHandle InTarget, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FDirectoryEntry | Read
(
FBlobReader& Reader |
||
| void | Write
(
FBlobWriter& Writer |