Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage > API/Developer/Horde/Storage/Bundles > API/Developer/Horde/Storage/Bundles/V2
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Public/Storage/Bundles/V2/PacketReader.h |
| Include | #include "Storage/Bundles/V2/PacketReader.h" |
Syntax
class FPacketReader
Remarks
Utility class for constructing BlobData objects from a packet, caching any computed handles to other blobs.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPacketReader
(
TSharedRef< FStorageClient > InStorageClient, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FBlob | ReadExport
(
size_t ExportIdx |
Reads an export from this packet. | |
| FSharedBufferView | ReadExportBody
(
size_t ExportIdx |
Reads an export body from this packet. | |
| FBlob | ReadPacket () |
Read a blob object for the entire packet. |