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/FileEntry.h |
| Include | #include "Storage/Nodes/FileEntry.h" |
Syntax
class FFileEntry
Remarks
Entry for a file within a directory node
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSharedBufferView | CustomData | Custom user data for this file entry. | |
| EFileEntryFlags | Flags | Flags for this file. | |
| FIoHash | Hash | Hash of the file. | |
| int64 | Length | Length of this file. | |
| const FUtf8String | Name | Name of this file. | |
| FBlobHandleWithHash | Target | Handle to the root chunked data node. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFileEntry
(
FBlobHandleWithHash InTarget, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FFileEntry () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FFileEntry | Read
(
FBlobReader& Reader |
||
| void | Write
(
FBlobWriter& Writer |