Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Public/Storage/Blob.h |
| Include | #include "Storage/Blob.h" |
Syntax
struct FBlob
Remarks
Describes a blob of data in the storage system
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSharedBufferView | Data | Data for the blob. | |
| TArray< FBlobHandle > | References | References to other blobs. | |
| FBlobType | Type | Type of the blob. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBlob
(
const FBlobType& InType, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FBlob () |