Navigation
API > API/Runtime > API/Runtime/ImageWrapper > API/Runtime/ImageWrapper/Formats > API/Runtime/ImageWrapper/Formats/FHdrImageWrapper
- IImageWrapper::GetCompressed()
- FHdrImageWrapper::GetCompressed()
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 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