FImageUtils::ExportRenderTarget2DAsHDR

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

Remarks

Exports a UTextureRenderTarget2D as an HDR image on the disk.

Returns

Export operation success or failure.

Parameters

Parameter

Description

TexRT

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