Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FImageUtils
Description
Exports a UTextureRenderTargetCube as an HDR image on the disk. this does GenerateLongLatUnwrap
| Name | ExportRenderTargetCubeAsHDR |
| 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 ExportRenderTargetCubeAsHDR
(
UTextureRenderTargetCube * TexRT,
FArchive & Ar
)
Export operation success or failure.
Parameters
| Name | Remarks |
|---|---|
| TexRT | The render target cube to export |
| Ar | Archive to fill with data. |