FCompression::UncompressMemoryStream

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/Compression.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/Compression.cpp

Syntax

static bool UncompressMemoryStream
(
    FName FormatName,
    void * UncompressedBuffer,
    int32 UncompressedSize,
    IMemoryReadStream * Stream,
    int64 StreamOffset,
    int32 CompressedSize,
    ECompressionFlags Flags,
    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