Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/FImageTileAccumulator
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 |
void FetchFullImageValue
&40;
float Rgba,
const TArray< float > & PlaneScale,
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. |