Navigation
API > API/Runtime > API/Runtime/ImageWrapper > API/Runtime/ImageWrapper/IImageWrapper
- IImageWrapper::GetCompressed()
- FHdrImageWrapper::GetCompressed()
References
| Module | ImageWrapper |
| Header | /Engine/Source/Runtime/ImageWrapper/Public/IImageWrapper.h |
| Include | #include "IImageWrapper.h" |
TArray64< uint8 > GetCompressed
&40;
int32 Quality
&41;
Remarks
Gets the compressed data. (call SetRaw first) (Note: It may consume the data set in the SetCompressed function if it was set before) Array of the compressed data. returns empty array on failure