Navigation
API > API/Runtime > API/Runtime/ImageWrapper > API/Runtime/ImageWrapper/IImageWrapper
| Type | Name | Description | |
|---|---|---|---|
| bool | GetRawImage
(
FImage& OutImage |
Decode the image file data from SetCompressed() into an FImage OutImage is allocated and attributes are filled Any previous passed-in contents of OutImage are destroyed OutImage.Format is ignored, a new format is set from the loaded image | |
| bool | GetRawImage
(
FDecompressedImageOutput& OutDecompressedImage |
Decode the image file data from SetCompressed() into an FImage OutImage is allocated and attributes are filled. |