Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes > API/Plugins/MovieRenderPipelineCore/Graph/Nodes/UMovieGraphCameraSettingNode
Syntax
float OverscanPercentage
Remarks
Overscan percent enables rendering render additional pixels beyond the set resolution and can be used in conjunction with EXR file output to add post-processing effects such as lens distortion. Please note that using this feature might affect the results due to auto-exposure and other camera settings. On EXR this will produce a 1080p image with extra pixel data hidden around the outside edges for use in post production. For all other formats this will increase the final resolution and no pixels will be hidden (ie: 1080p with 10.0 overscan will make a 2112x1188 jpg, but a 1080p exr /w 96/54 pixels hidden on each side).
Note: This uses 0-100 and not 0-1 like the previous system did to bring it in-line with other usages of overscan in the engine (nDisplay).