Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage > API/Developer/Horde/Storage/Clients > API/Developer/Horde/Storage/Clients/FKeyValueStorageClient
Inheritance Hierarchy
- FBlobHandleData
- FKeyValueStorageClient::FHandleData
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Private/Storage/Clients/KeyValueStorageClient.cpp |
| Include | #include "Storage/Clients/KeyValueStorageClient.cpp" |
Syntax
class FHandleData : public FBlobHandleData
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FBlobLocator | Locator | ||
| FKeyValueStorageClient & | StorageClient |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FHandleData
(
FKeyValueStorageClient& InStorageClient, |
Overridden from FBlobHandleData
| Type | Name | Description | |
|---|---|---|---|
| bool | Equals
(
const FBlobHandleData& Other |
Determines if this blob equals the other. | |
| uint32 | GetHashCode () |
Gets a hash for this blob. | |
| 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. | |
| bool | TryAppendIdentifier
(
FUtf8String& OutBuffer |
Gets an identifier for this blob, relative to its outer. |