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