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 ExportRenderTarget2DAsEXR
&40;
UTextureRenderTarget2D &42; TexRT,
FArchive & Ar
&41;
Remarks
Exports a UTextureRenderTarget2D as a EXR image on the disk. Deprecated. Prefer GetRenderTargetImage. Export operation success or failure.
Parameters
| Name | Description |
|---|---|
| TexRT | The render target to export |
| Ar | Archive to fill with data. |