Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphDefaultRenderer
Description
Gets the overscan value for the specified camera. First checks to see if any cached overscan value exists and returning it, and if no cached value was found, gets the camera's live overscan value and caches it.
| Name | GetCameraOverscan |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDefaultRenderer.h |
| Include Path | #include "Graph/MovieGraphDefaultRenderer.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphDefaultRenderer.cpp |
float GetCameraOverscan
(
int32 InCameraIndex
)