FImageOverlappedAccumulator::FetchFullImageValue

Grab a single pixel from the full res tile and scale it by the appropriate Scale value.

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 FetchFullImageValue
(
    float Rgba,
    int32 FullX,
    int32 FullY
) const

Remarks

Grab a single pixel from the full res tile and scale it by the appropriate Scale value.

Parameters

Parameter

Description

Rgba

Found pixel value.

PlaneScale

The scales of each channel plane.

FullX

X position of the full res image.

FullY

Y position of the full res image.

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