Navigation
API > API/Plugins > API/Plugins/OodleNetworkHandlerComponent > API/Plugins/OodleNetworkHandlerComponent/FOodleNetworkDictionaryArchive
Dictionary file header
| Name | FDictionaryHeader |
| Type | class |
| Header File | /Engine/Plugins/Compression/OodleNetwork/Source/Public/OodleNetworkArchives.h |
| Include Path | #include "OodleNetworkArchives.h" |
Syntax
class FDictionaryHeader
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDictionaryHeader() |
Base constructor | OodleNetworkArchives.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompressorData | FOodleCompressedData | Compressed Oodle compressor state data, within the archive | OodleNetworkArchives.h | |
| DictionaryData | FOodleCompressedData | Compressed dictionary data, within the archive | OodleNetworkArchives.h | |
| DictionaryVersion | uint32 | Dictionary file format version | OodleNetworkArchives.h | |
| HashTableSize | TRewritable< int32 > | Size of the hash table used for the dictionary | OodleNetworkArchives.h | |
| Magic | uint32 | Written header values Unique value indicating this file type | OodleNetworkArchives.h | |
| OodleMajorHeaderVersion | uint32 | Oodle header version - noting changes in Oodle data format (only the major-version reflects file format changes) | OodleNetworkArchives.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SerializeHeader
(
FOodleNetworkDictionaryArchive& Ar |
Serializes the dictionary file header | OodleNetworkArchives.h |