Navigation
API > API/Plugins > API/Plugins/OodleNetworkHandlerComponent > API/Plugins/OodleNetworkHandlerComponent/FOodleNetworkArchiveBase
Description
Compresses data and serializes it into the archive, and writes/serializes info to the specified FOodleCompressedData struct
| Name | SerializeOodleCompressData |
| Type | function |
| Header File | /Engine/Plugins/Compression/OodleNetwork/Source/Public/OodleNetworkArchives.h |
| Include Path | #include "OodleNetworkArchives.h" |
| Source | /Engine/Plugins/Compression/OodleNetwork/Source/Private/OodleNetworkArchives.cpp |
bool SerializeOodleCompressData
(
FOodleCompressedData & OutDataInfo,
uint8 * Data,
uint32 DataBytes
)
Whether or not compression was successful
Parameters
| Name | Remarks |
|---|---|
| OutDataInfo | The FOodleCompressedData struct in the file header, which will store info needed for decompression |
| Data | The data to be compressed |
| DataBytes | The length of Data |