Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage
Inheritance Hierarchy
- FBlobHandleData
- FBundleStorageClient::FBundleHandleData
- FBundleWriter::FPendingBundleHandleData
- FBundleWriter::FPendingExportHandleData
- FBundleWriter::FPendingPacketHandleData
- FExportHandleData
- FKeyValueStorageClient::FHandleData
- FPacketHandleData
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Public/Storage/BlobHandle.h |
| Include | #include "Storage/BlobHandle.h" |
Syntax
class FBlobHandleData
Remarks
Base interface for a blob.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Equals
(
const FBlobHandleData& Other |
Determines if this blob equals the other. | |
| FBlobHandle | GetFragmentHandle
(
const FUtf8StringView& Fragment |
Gets a handle to a nested blob object. | |
| uint32 | GetHashCode () |
Gets a hash for this blob. | |
| FBlobLocator | GetLocator () |
Gets a locator for this blob, by calling TryAppendLocator recursively. | |
| FBlobHandle | GetOuter () |
For a blob nested within another blob, gets a handle to the containing blob (eg. For a bundle node, will return the packet. For a bundle packet, will return the bundle. For a bundle or other non-nested blob, returns null.) | |
| const char * | GetType () |
Gets the type name of this derived blob handle instance. | |
| FBlob | Read () |
Reads the blob's data. | |
| FSharedBufferView | ReadBody () |
Reads part of the blob, and returns a handle that can be used to access the data. | |
| FSharedBufferView | Reads part of the blob, and returns a handle that can be used to access the data. | ||
| void | ReadImports
(
TArray< FBlobHandle >& OutImports |
Gets the outward references from this blob. | |
| FBlobType | ReadType () |
Gets the type of this blob. | |
| bool | TryAppendIdentifier
(
FUtf8String& OutBuffer |
Gets an identifier for this blob, relative to its outer. |