Navigation
API > API/Runtime > API/Runtime/ImageWrapper > API/Runtime/ImageWrapper/IImageWrapperModule
References
| Module | ImageWrapper |
| Header | /Engine/Source/Runtime/ImageWrapper/Public/IImageWrapperModule.h |
| Include | #include "IImageWrapperModule.h" |
bool DecompressImage
&40;
const void &42; InCompressedData,
int64 InCompressedSize,
FImage & OutImage
&41;
Remarks
Read an image from file format encoded data. ImageWrapper calls this a "decompress" OutImage is allocated and filled, any existing contents are discarded
Parameters
| Name | Description |
|---|---|
| InCompressedData | Image format encoded bytes to read; format is automatically deduced from the content |
| InCompressedSize | Size of InCompressedData in bytes |
| OutImage | Filled with Image that is read. Allocated. |