Navigation
API > API/Developer > API/Developer/Horde
Target for an aliased blob name
| Name | FBlobAlias |
| Type | class |
| Header File | /Engine/Source/Developer/Horde/Public/Storage/StorageClient.h |
| Include Path | #include "Storage/StorageClient.h" |
Syntax
class FBlobAlias
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBlobAlias
(
FBlobHandle InTarget, |
Storage/StorageClient.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FBlobAlias() |
Storage/StorageClient.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | FSharedBufferView | Data stored inline with the alias. | Storage/StorageClient.h | |
| Rank | int | Rank for the alias. | Storage/StorageClient.h | |
| Target | FBlobHandle | Handle to the target blob for the alias. | Storage/StorageClient.h |