Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage
Inheritance Hierarchy
- TSharedPtr
- FBlobHandle
- TBlobHandle
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Public/Storage/BlobHandle.h |
| Include | #include "Storage/BlobHandle.h" |
Syntax
class FBlobHandle : public TSharedPtr< FBlobHandleData >
Remarks
Handle to a blob. Can be used to reference blobs that have not been flushed yet. Implemented as a shared pointer to a FBlobHandleData object.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBlobHandle () |
|||
FBlobHandle
(
TSharedPtr< FBlobHandleData >&& Other |
|||
FBlobHandle
(
TSharedRef< FBlobHandleData > Value |
|||
FBlobHandle
(
TSharedPtr< T > Value |
|||
FBlobHandle
(
TSharedRef< T > Value |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FBlobHandle& Other |
||
| bool | operator==
(
const FBlobHandle& Other |
Typedefs
| Name | Description |
|---|---|
| Super |