FImageUtils::ExportTextureCubeAsHDR

Exports a [UTextureCube](API\Runtime\Engine\Engine\UTextureCube) as an HDR image on the disk.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ImageUtils.h

Include

#include "ImageUtils.h"

Source

/Engine/Source/Runtime/Engine/Private/ImageUtils.cpp

Syntax

static bool ExportTextureCubeAsHDR
(
    UTextureCube * TexRT,
    FArchive & Ar
)

Remarks

Exports a UTextureCube as an HDR image on the disk.

Returns

Export operation success or failure.

Parameters

Parameter

Description

TexRT

The texture cube to export

Ar

Archive to fill with data.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss