Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDefaultRenderer.h |
| Include | #include "Graph/MovieGraphDefaultRenderer.h" |
Syntax
struct FMovieGraphTilingParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector2f | OverlapPad | The number of pixels that the tiles overlap each other. | |
| FIntPoint | TileCount | How many tiles are there total. | |
| FIntPoint | TileIndexes | Which tile index is this. | |
| FIntPoint | TileSize | Size of the backbuffer in pixels. |