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