FImageUtils::ExportRenderTargetCubeAsHDR

Exports a [UTextureRenderTargetCube](API\Runtime\Engine\Engine\UTextureRenderTargetCube) 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 ExportRenderTargetCubeAsHDR
(
    UTextureRenderTargetCube * TexRT,
    FArchive & Ar
)

Remarks

Exports a UTextureRenderTargetCube as an HDR image on the disk.

Returns

Export operation success or failure.

Parameters

Parameter

Description

TexRT

The render target 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