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