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