Navigation
API > API/Runtime > API/Runtime/ImageWrapper > API/Runtime/ImageWrapper/IImageWrapper > API/Runtime/ImageWrapper/IImageWrapper/GetRaw
References
| Module | ImageWrapper |
| Header | /Engine/Source/Runtime/ImageWrapper/Public/IImageWrapper.h |
| Include | #include "IImageWrapper.h" |
bool GetRaw
&40;
TArray64< uint8 > & OutRawData
&41;
Remarks
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.
This GetRaw call replaces the variants with format/depth arguments, but prefer GetRawImage instead.
Parameters
| Name | Description |
|---|---|
| OutRawData | Filled with raw image data. |