Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc
Inheritance Hierarchy
- IModularFeature
- IModuleInterface
- ICompressionFormat
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/ICompressionFormat.h |
Include | #include "Misc/ICompressionFormat.h" |
Syntax
struct ICompressionFormat :
public IModularFeature,
public IModuleInterface
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
bool | Compress
(
void* CompressedBuffer, |
|
![]() |
bool | ||
![]() |
int32 | GetCompressedBufferSize
(
int32 UncompressedSize, |
|
![]() |
FName | ||
![]() |
FString | ||
![]() |
uint32 | GetVersion () |
|
![]() |
bool | Uncompress
(
void* UncompressedBuffer, |