Navigation
API > API/Developer > API/Developer/Horde
Identifies the type of a blob
| Name | FBlobType |
| Type | struct |
| Header File | /Engine/Source/Developer/Horde/Public/Storage/BlobType.h |
| Include Path | #include "Storage/BlobType.h" |
Syntax
struct FBlobType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBlobType
(
const FGuid& InGuid, |
Storage/BlobType.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Leaf | const FBlobType | Storage/BlobType.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Guid | FGuid | Nominal identifier for the type. | Storage/BlobType.h | |
| Version | int | Version number for the serializer. | Storage/BlobType.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FBlobType& Other |
Storage/BlobType.h | ||
bool operator==
(
const FBlobType& Other |
Storage/BlobType.h |