Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ICompressionFormat
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 GetCompressedBufferSize
(
int32 UncompressedSize, |
Misc/ICompressionFormat.h | ||
virtual bool GetCompressedBufferSize
(
int64& OutBufferSize, |
Misc/ICompressionFormat.h |
GetCompressedBufferSize(int32, int32)
| Name | GetCompressedBufferSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ICompressionFormat.h |
| Include Path | #include "Misc/ICompressionFormat.h" |
virtual int32 GetCompressedBufferSize
(
int32 UncompressedSize,
int32 CompressionData
)
GetCompressedBufferSize(int64 &, int64, uintptr_t)
| Name | GetCompressedBufferSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ICompressionFormat.h |
| Include Path | #include "Misc/ICompressionFormat.h" |
virtual bool GetCompressedBufferSize
(
int64 & OutBufferSize,
int64 UncompressedSize,
uintptr_t CompressionData
)