Navigation
API > API/Plugins > API/Plugins/OodleNetworkHandlerComponent
Encapsulates Oodle dictionary data loaded from file, to be wrapped in a shared pointer (auto-deleting when no longer in use)
| Name | FOodleNetworkDictionary |
| Type | struct |
| Header File | /Engine/Plugins/Compression/OodleNetwork/Source/Public/OodleNetworkHandlerComponent.h |
| Include Path | #include "OodleNetworkHandlerComponent.h" |
Syntax
struct FOodleNetworkDictionary
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| OodleNetworkHandlerComponent.h | |||
FOodleNetworkDictionary
(
const FOodleNetworkDictionary& |
OodleNetworkHandlerComponent.h | ||
FOodleNetworkDictionary
(
uint32 InHashTableSize, |
Base constructor | OodleNetworkHandlerComponent.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FOodleNetworkDictionary() |
Base destructor | OodleNetworkHandlerComponent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompressorState | OodleNetwork1UDP_State * | The uncompacted compressor state | OodleNetworkHandlerComponent.h | |
| CompressorStateSize | uint32 | The size of CompressorState | OodleNetworkHandlerComponent.h | |
| DictionaryData | uint8 * | The raw dictionary data | OodleNetworkHandlerComponent.h | |
| DictionarySize | uint32 | The size of the dictionary | OodleNetworkHandlerComponent.h | |
| HashTableSize | uint32 | Size of the hash table used for the dictionary | OodleNetworkHandlerComponent.h | |
| SharedDictionary | OodleNetwork1_Shared * | Shared dictionary state | OodleNetworkHandlerComponent.h | |
| SharedDictionarySize | uint32 | The size of the shared dictionary data (stored only for memory accounting) | OodleNetworkHandlerComponent.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOodleNetworkDictionary & operator=
(
const FOodleNetworkDictionary& |
OodleNetworkHandlerComponent.h |