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/BundleOptions.h |
| Include | #include "Storage/Bundles/BundleOptions.h" |
Syntax
struct FBundleOptions
Remarks
Options for configuring a bundle serializer
Variables
| Type | Name | Description | |
|---|---|---|---|
| EBundleCompressionFormat | CompressionFormat | Compression format to use. | |
| int | MaxBlobSize | Maximum payload size fo a blob. | |
| EBundleVersion | MaxVersion | Maximum version number of bundles to write. | |
| int | MinCompressionPacketSize | Minimum size of a block to be compressed. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Constants
| Name | Description |
|---|---|
| Default | Default options value. |