Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage > API/Developer/Horde/Storage/FChunkedBufferWriter
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Private/Storage/ChunkedBufferWriter.cpp |
| Include | #include "Storage/ChunkedBufferWriter.cpp" |
Syntax
struct FChunk
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSharedBuffer | Buffer | ||
| size_t | Length |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChunk
(
size_t InCapacity |
|||
Functions
| Type | Name | Description | |
|---|---|---|---|
| size_t | GetCapacity () |
||
| uint8 * | GetData () |
||
| const uint8 * | GetData () |
||
| size_t | GetLength () |
||
| FMemoryView | GetView () |
||
| FMutableMemoryView |