Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FImageUtils
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ImageUtils.h |
| Include | #include "ImageUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ImageUtils.cpp |
static bool GetRawData
&40;
UTextureRenderTarget2D &42; TexRT,
TArray64< uint8 > & RawData
&41;
Remarks
Should be removed from public API. Move out of header.
Returns data containing the pixmap of the passed in rendertarget. true if RawData has been successfully filled.
Parameters
| Name | Description |
|---|---|
| TexRT | The 2D rendertarget from which to read pixmap data. |
| RawData | an array to be filled with pixel data. |