ICompressionFormat::Uncompress

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ICompressionFormat.h

Include

#include "Misc/ICompressionFormat.h"

Syntax

bool Uncompress
(
    void * UncompressedBuffer,
    int32 & UncompressedSize,
    const void * CompressedBuffer,
    int32 CompressedSize,
    int32 CompressionData
)

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