Navigation
BlueprintAPI > BlueprintAPI/MovieRenderPipeline
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
Target is Movie Pipeline Blueprint Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | In Primary Config | The pipeline configuration that will provide context for resolving the resolution |
| object | In Pipeline Executor Shot | The shot that is being generated by the pipeline |
| real | Default Overscan | The default overscan to use if there are no camera settings that provide an overscan override value, from 0.0 to 1.0 |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Return Value | The crop rectangle, which will have a resolution matching the requested output resolution |