Navigation
Unreal Engine C++ API Reference > Plugins > MovieRenderPipelineCore > FImageOverlappedAccumulator
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 |
void FetchFullImageValue
&40;
float Rgba,
int32 FullX,
int32 FullY
&41; const
Remarks
Grab a single pixel from the full res tile and scale it by the appropriate Scale value.
Parameters
Name | 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. |