Navigation
API > API/Developer > API/Developer/Horde
Node containing a chunk of data
| Name | FChunkNode |
| Type | class |
| Header File | /Engine/Source/Developer/Horde/Public/Storage/Nodes/ChunkNode.h |
| Include Path | #include "Storage/Nodes/ChunkNode.h" |
Syntax
class FChunkNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChunkNode () |
Storage/Nodes/ChunkNode.h | ||
FChunkNode
(
TArray< FBlobHandleWithHash > InChildren, |
Storage/Nodes/ChunkNode.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FChunkNode() |
Storage/Nodes/ChunkNode.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InteriorBlobType | const FBlobType | Storage/Nodes/ChunkNode.h | |
| LeafBlobType | const FBlobType | Storage/Nodes/ChunkNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Children | TArray< FBlobHandleWithHash > | Storage/Nodes/ChunkNode.h | ||
| Data | FSharedBufferView | Storage/Nodes/ChunkNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBlobHandleWithHash Write
(
FBlobWriter& Writer |
Storage/Nodes/ChunkNode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FChunkNode Read
(
FBlob Blob |
Storage/Nodes/ChunkNode.h | ||
static FBlobHandleWithHash Write
(
FBlobWriter& Writer, |
Storage/Nodes/ChunkNode.h |