Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FImageUtils
Description
Exports a UTextureRenderTarget2D as a EXR image on the disk. Deprecated. Prefer GetRenderTargetImage.
| Name | ExportRenderTarget2DAsEXR |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ImageUtils.h |
| Include Path | #include "ImageUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ImageUtils.cpp |
static bool ExportRenderTarget2DAsEXR
(
UTextureRenderTarget2D * TexRT,
FArchive & Ar
)
Export operation success or failure.
Parameters
| Name | Remarks |
|---|---|
| TexRT | The render target to export |
| Ar | Archive to fill with data. |