Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FThumbnailCompressionInterface
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ObjectThumbnail.h |
| Include | #include "Misc/ObjectThumbnail.h" |
bool DecompressImage
(
const TArray < uint8 > & InCompressedData,
const int32 InWidth,
const int32 InHeight,
TArray < uint8 > & OutUncompressedData
)
Remarks
Decompresses an image true if the image was decompressed successfully, otherwise false if an error occurred
Parameters
| Name | Description |
|---|---|
| InCompressedData | The compressed image data |
| InWidth | Width of the image |
| InHeight | Height of the image |
| OutUncompressedData | [Out] Uncompressed image data |