FImageTileAccumulator::FetchFinalPixelDataLinearColor

After accumulation is finished, fetch the final image as linear colors

Windows
MacOS
Linux

References

Module

MovieRenderPipelineCore

Header

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderTileImage.h

Include

#include "MovieRenderTileImage.h"

Source

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MovieRenderTileImage.cpp

Syntax

void FetchFinalPixelDataLinearColor
(
    TArray64< FLinearColor > & OutPixelData
) const

Remarks

After accumulation is finished, fetch the final image as linear colors

Parameters

Parameter

Description

FImagePixelData

Finished pixel 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