Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ICompressionFormat
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Uncompress
(
void* UncompressedBuffer, |
Misc/ICompressionFormat.h | ||
virtual bool Uncompress
(
void* UncompressedBuffer, |
Default 64 bit implementation wraps legacy 32 bit implementation with size checks - will be removed when deprecated function is removed. | Misc/ICompressionFormat.h |
Uncompress(void , int32 &, const void , int32, int32)
| Name | Uncompress |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ICompressionFormat.h |
| Include Path | #include "Misc/ICompressionFormat.h" |
virtual bool Uncompress
(
void * UncompressedBuffer,
int32 & UncompressedSize,
const void * CompressedBuffer,
int32 CompressedSize,
int32 CompressionData
)
Uncompress(void , int64, const void , int64, uintptr_t)
Description
Default 64 bit implementation wraps legacy 32 bit implementation with size checks - will be removed when deprecated function is removed.
| Name | Uncompress |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ICompressionFormat.h |
| Include Path | #include "Misc/ICompressionFormat.h" |
virtual bool Uncompress
(
void * UncompressedBuffer,
int64 UncompressedSize,
const void * CompressedBuffer,
int64 CompressedSize,
uintptr_t CompressionData
)