Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineBlueprintLibrary
Description
Gets a rectangle that will crop out any overscan applied to the scene. If there is no overscan, the rectangle returned will match the backbuffer rectangle
| Name | GetOverscanCropRectangle |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineBlueprintLibrary.h |
| Include Path | #include "MoviePipelineBlueprintLibrary.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipelineBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Movie Render Pipeline")
static FIntRect GetOverscanCropRectangle
(
const UMoviePipelinePrimaryConfig * InPrimaryConfig,
const UMoviePipelineExecutorShot * InPipelineExecutorShot,
float DefaultOverscan
)
- The crop rectangle, which will have a resolution matching the requested output resolution
Parameters
| Name | Remarks |
|---|---|
| InPrimaryConfig | The pipeline configuration that will provide context for resolving the resolution |
| InPipelineExecutorShot | The shot that is being generated by the pipeline |
| DefaultOverscan | The default overscan to use if there are no camera settings that provide an overscan override value, from 0.0 to 1.0 |