Navigation
API > API/Plugins > API/Plugins/OodleNetworkHandlerComponent > API/Plugins/OodleNetworkHandlerComponent/FOodleNetworkArchiveBase
Struct for handling compressed data within the archive
| Name | FOodleCompressedData |
| Type | struct |
| Header File | /Engine/Plugins/Compression/OodleNetwork/Source/Public/OodleNetworkArchives.h |
| Include Path | #include "OodleNetworkArchives.h" |
Syntax
struct FOodleCompressedData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOodleCompressedData() |
Base constructor | OodleNetworkArchives.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CompressedLength | TRewritable< uint32 > | The compressed length of the data | OodleNetworkArchives.h | |
| DecompressedLength | TRewritable< uint32 > | The decompressed length of the data | OodleNetworkArchives.h | |
| Offset | TRewritable< uint32 > | Written values The offset of the compressed data, within the archive | OodleNetworkArchives.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Serialize this struct to/from an archive | OodleNetworkArchives.h |