Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FStorageClient
- FKeyValueStorageClient
- FBundleStorageClient
- FFileStorageClient
- FMemoryStorageClient
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Public/Storage/StorageClient.h |
| Include | #include "Storage/StorageClient.h" |
Syntax
class FStorageClient : public TSharedFromThis< FStorageClient, ESPMode::ThreadSafe >
Remarks
Interface for the storage system.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddAlias
(
const char* Name, |
Aliases Adds an alias to a given blob. | |
| FBlobHandle | CreateHandle
(
const FBlobLocator& Locator |
Blobs Creates a new blob handle from a blob locator. | |
| FBlobLocator | CreateLocator
(
const FUtf8StringView& BasePath |
Creates a new locator with a particular base path. | |
| TUniquePtr< FBlobWriter > | CreateWriter
(
FUtf8String BasePath |
Creates a new writer for storage blobs. | |
| bool | Refs Deletes a ref. | ||
| void | FindAliases
(
const char* Name, |
Finds blobs with the given alias. Unlike refs, aliases do not serve as GC roots. | |
| FBlobHandle | ReadRef
(
const FRefName& Name, |
Reads data for a ref from the store. | |
| void | RemoveAlias
(
const char* Name, |
Removes an alias from a blob. | |
| void | WriteRef
(
const FRefName& Name, |
Writes a new ref to the store. | |
| void | WriteRef
(
const FRefName& Name, |