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 |
The number of tiles there are in total. |
Graph/MovieGraphDefaultRenderer.h |
|
| TileIndexes |
FIntPoint |
The index of this tile. |
Graph/MovieGraphDefaultRenderer.h |
|
| TileSize |
FIntPoint |
The size of the backbuffer in pixels. |
Graph/MovieGraphDefaultRenderer.h |
|