UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FHDRExportHelper Class Reference

Public Member Functions

bool ExportHDR (UTextureCube *TexCube, FArchive &Ar)
 
bool ExportHDR (UTextureRenderTargetCube *TexCube, FArchive &Ar)
 

Member Function Documentation

◆ ExportHDR() [1/2]

bool FHDRExportHelper::ExportHDR ( UTextureCube TexCube,
FArchive Ar 
)
inline

Writes HDR format image to an FArchive This function unwraps the cube image on to a 2D surface.

Parameters
TexCube- A cube source cube texture to read from.
Ar- Archive object to write HDR data to.
Returns
true on successful export.

◆ ExportHDR() [2/2]

bool FHDRExportHelper::ExportHDR ( UTextureRenderTargetCube TexCube,
FArchive Ar 
)
inline

Writes HDR format image to an FArchive This function unwraps the cube image on to a 2D surface.

Parameters
TexCube- A cube source render target cube texture to read from.
Ar- Archive object to write HDR data to.
Returns
true on successful export.

The documentation for this class was generated from the following file: