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/ChunkNode.h |
| Include | #include "Storage/Nodes/ChunkNode.h" |
Syntax
class FChunkNode
Remarks
Node containing a chunk of data
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FBlobHandleWithHash > | Children | ||
| FSharedBufferView | Data |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChunkNode () |
|||
FChunkNode
(
TArray< FBlobHandleWithHash > InChildren, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FChunkNode () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FChunkNode | |||
| FBlobHandleWithHash | Write
(
FBlobWriter& Writer |
||
| FBlobHandleWithHash | Write
(
FBlobWriter& Writer, |
Constants
| Name | Description |
|---|---|
| InteriorBlobType | |
| LeafBlobType |