ICompressionFormat::Compress

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/ICompressionFormat.h"

Syntax

bool Compress
(
    void * CompressedBuffer,
    int32 & CompressedSize,
    const void * UncompressedBuffer,
    int32 UncompressedSize,
    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