Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Public/Storage/StorageClient.h |
| Include | #include "Storage/StorageClient.h" |
Syntax
struct FAliasInfo
Remarks
Alias for newly added blobs
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSharedBufferView | Data | Inline data to be stored with the alias. | |
| FUtf8String | Name | Name of the alias. | |
| int | Rank | Rank for ordering aliases (lower values are preferred). |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAliasInfo
(
FUtf8String InName, |
|||
FAliasInfo
(
FUtf8String InName, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FAliasInfo () |