Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage > API/Developer/Horde/Storage/Bundles
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Public/Storage/Bundles/Bundle.h |
| Include | #include "Storage/Bundles/Bundle.h" |
Syntax
struct FBundleSignature
Remarks
Signature for a bundle
Variables
| Type | Name | Description | |
|---|---|---|---|
| size_t | Length | Length of the packet, including the length of the signature itself. | |
| EBundleVersion | Version | Version number for the following file data. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBundleSignature
(
EBundleVersion InVersion, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FBundleSignature | Read
(
const void* Data |
||
| void | Write
(
void* Data |
Constants
| Name | Description |
|---|---|
| NumBytes | Number of bytes in a serialized signature. |