Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/FImageTileAccumulator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImageTilePlane & AtPlaneData
(
int32 InTileX, |
Get the data for the appropriate tile. | MovieRenderTileImage.h | |
const FImageTilePlane & AtPlaneData
(
int32 InTileX, |
Get the data for the appropriate tile. | MovieRenderTileImage.h |
AtPlaneData(int32, int32, int32)
Description
Get the data for the appropriate tile.
| Name | AtPlaneData |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderTileImage.h |
| Include Path | #include "MovieRenderTileImage.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MovieRenderTileImage.cpp |
FImageTilePlane & AtPlaneData
(
int32 InTileX,
int32 InTileY,
int32 InChannel
)
Parameters
| Name | Remarks |
|---|---|
| InTileX | Horizontal tile. |
| InTileY | Vertical tile. |
| InChannel | Channel index. |
AtPlaneData(int32, int32, int32)
Description
Get the data for the appropriate tile.
| Name | AtPlaneData |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderTileImage.h |
| Include Path | #include "MovieRenderTileImage.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MovieRenderTileImage.cpp |
const FImageTilePlane & AtPlaneData
(
int32 InTileX,
int32 InTileY,
int32 InChannel
) const
Parameters
| Name | Remarks |
|---|---|
| InTileX | Horizontal tile. |
| InTileY | Vertical tile. |
| InChannel | Channel index. |