Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/FStorageClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void WriteRef
(
const FRefName& Name, |
Writes a new ref to the store. | Storage/StorageClient.h | |
void WriteRef
(
const FRefName& Name, |
Storage/StorageClient.h |
WriteRef(const FRefName &, const FBlobHandle &)
Description
Writes a new ref to the store.
| Name | WriteRef |
| Type | function |
| Header File | /Engine/Source/Developer/Horde/Public/Storage/StorageClient.h |
| Include Path | #include "Storage/StorageClient.h" |
| Source | /Engine/Source/Developer/Horde/Private/Storage/StorageClient.cpp |
void WriteRef
(
const FRefName & Name,
const FBlobHandle & Handle
)
WriteRef(const FRefName &, const FBlobHandle &, const FRefOptions &)
| Name | WriteRef |
| Type | function |
| Header File | /Engine/Source/Developer/Horde/Public/Storage/StorageClient.h |
| Include Path | #include "Storage/StorageClient.h" |
void WriteRef
(
const FRefName & Name,
const FBlobHandle & Handle,
const FRefOptions & Options
)