FOodleNetworkArchiveBase::SerializeOodleDecompressData

Decompresses the data referenced by the input [FOodleCompressedData](API\Plugins\OodleNetworkHandlerComponent\FOodleNetworkArchiveBase\FOodleCompressed-) struct

Windows
MacOS
Linux

References

Module

OodleNetworkHandlerComponent

Header

/Engine/Plugins/Compression/OodleNetwork/Source/Public/OodleNetworkArchives.h

Include

#include "OodleNetworkArchives.h"

Source

/Engine/Plugins/Compression/OodleNetwork/Source/Private/OodleNetworkArchives.cpp

Syntax

bool SerializeOodleDecompressData
(
    FOodleCompressedData & DataInfo,
    uint8 *& OutData,
    uint32 & OutDataBytes,
    bool bOutDataSlack
)

Remarks

Decompresses the data referenced by the input FOodleCompressedData struct

Initialize the pointer to nullptr)

Remove after Oodle update, and after checking with Luigi)

Returns

Whether or not decompression was successful

Parameters

Parameter

Description

DataInfo

The FOodleCompressedData struct, describing the location of the data, and info necessary for decompressing

OutData

Outputs the newly decompressed/allocated data, to a pointer (

OutDataBytes

Outputs the size of OutData

bOutDataSlack

Adds some memory slack to OutData (

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss