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