Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/FChunkedBufferWriter
| Name | FChunk |
| Type | struct |
| Header File | /Engine/Source/Developer/Horde/Private/Storage/ChunkedBufferWriter.cpp |
| Include Path | #include "Storage/ChunkedBufferWriter.cpp" |
Syntax
struct FChunk
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChunk
(
size_t InCapacity |
|||
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | | --- | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
size_t GetCapacity() |
|||
uint8 * GetData () |
|||
const uint8 * GetData () |
|||
size_t GetLength() |
|||
FMemoryView GetView() |
|||
FMutableMemoryView GetWritableView() |