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