Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ICompressionFormat
Description
Returns whether the compression format internally decides whether the decreased size is worth the CPU cost of decompressing it. If the format does this check it should report this by returning a compressed buffer larger than the decompressed buffer - this is usually automatic as the format would presumably then send the data uncompressed wrapped in the format's container, which would increase the size. See FCompression::CompressMemoryIfWorthDecompressing.
| Name | DoesOwnWorthDecompressingCheck |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ICompressionFormat.h |
| Include Path | #include "Misc/ICompressionFormat.h" |
bool DoesOwnWorthDecompressingCheck()