Navigation
API > API/Runtime > API/Runtime/ImageWrapper > API/Runtime/ImageWrapper/Formats > API/Runtime/ImageWrapper/Formats/FHdrImageWrapper
- IImageWrapper::SetCompressed()
- FHdrImageWrapper::SetCompressed()
References
| Module | ImageWrapper |
| Header | /Engine/Source/Runtime/ImageWrapper/Public/Formats/HdrImageWrapper.h |
| Include | #include "Formats/HdrImageWrapper.h" |
| Source | /Engine/Source/Runtime/ImageWrapper/Private/Formats/HdrImageWrapper.cpp |
virtual bool SetCompressed
&40;
const void &42; InCompressedData,
int64 InCompressedSize
&41;
Remarks
Sets the compressed data. Can then call GetRaw().
after SetCompressed, image info queries like GetWidth and GetBitDepth are allowed call GetRaw to get the decoded bits decompression is not done until GetRaw true if data was the expected format.
Parameters
| Name | Description |
|---|---|
| InCompressedData | The memory address of the start of the compressed data. |
| InCompressedSize | The size of the compressed data parsed. |