FImageOverlappedAccumulator::AccumulatePixelData

Given a rendered tile, accumulate the data to the full size image.

Windows
MacOS
Linux

References

Module

MovieRenderPipelineCore

Header

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

Include

#include "MovieRenderOverlappedImage.h"

Source

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

Syntax

void AccumulatePixelData
(
    const FImagePixelData & InPixelData,
    FIntPoint InTileOffset,
    FVector2D InSubpixelOffset,
    const MoviePipeline::FTileWeight1D & WeightX,
    const MoviePipeline::FTileWeight1D & WeightY
)

Remarks

Given a rendered tile, accumulate the data to the full size image.

Parameters

Parameter

Description

InPixelData

Raw pixel data.

InTileOffset

Tile offset in pixels.

InSubPixelOffset

SubPixel offset, should be in the range [0,1)

WeightX

1D Weights in X

WeightY

1D Weights in Y

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