Navigation
API > API/Runtime > API/Runtime/ImageWrapper > API/Runtime/ImageWrapper/IImageWrapper
Description
Gets the compressed data. (call SetRaw first) (Note: It may consume the data set in the SetCompressed function if it was set before)
Derived Overrides
| Name | GetCompressed |
| Type | function |
| Header File | /Engine/Source/Runtime/ImageWrapper/Public/IImageWrapper.h |
| Include Path | #include "IImageWrapper.h" |
TArray64< uint8 > GetCompressed
(
int32 Quality
)
Array of the compressed data. returns empty array on failure