Navigation
API > API/Runtime > API/Runtime/ImageWrapper > API/Runtime/ImageWrapper/IImageWrapper
| Type | Name | Description | |
|---|---|---|---|
| bool | GetRaw
(
TArray64< uint8 >& OutRawData |
GetRaw after SetCompressed fills the raw data in the native format/depth contained in the file Do not use the GetRaw() variants that take format/depth arguments. | |
| bool | GetRaw
(
const ERGBFormat InFormat, |
Gets the raw data. | |
| bool | Gets the raw data in a TArray. | ||
| bool | GetRaw
(
const ERGBFormat InFormat, |
Get the raw version of the image and write to the array view (Note: It may consume the data set in the SetRaw function if it was set before) |