Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Public/Storage/BlobReader.h |
| Include | #include "Storage/BlobReader.h" |
Syntax
class FBlobReader
Remarks
Reads data from a blob object
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBlobReader
(
const FBlob& InBlob |
|||
FBlobReader
(
int32 InVersion, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Advance
(
size_t Size |
Advance the current read position. | |
| const unsigned char * | GetBuffer () |
Gets a pointer to the remaining memory. | |
| int | GetVersion () |
Gets a version number for the current blob | |
| FMemoryView | GetView () |
Gets the remaining memory to read from. | |
| FBlobHandle | ReadImport () |
Reads the next import. |