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 ExportRenderTargetCubeAsHDR
&40;
UTextureRenderTargetCube &42; TexRT,
FArchive & Ar
&41;
Remarks
Exports a UTextureRenderTargetCube as an HDR image on the disk. this does GenerateLongLatUnwrap Export operation success or failure.
Parameters
| Name | Description |
|---|---|
| TexRT | The render target cube to export |
| Ar | Archive to fill with data. |