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
class FBlobAlias
Remarks
Target for an aliased blob name
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSharedBufferView | Data | Data stored inline with the alias. | |
| int | Rank | Rank for the alias. | |
| FBlobHandle | Target | Handle to the target blob for the alias. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBlobAlias
(
FBlobHandle InTarget, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FBlobAlias () |