Navigation
BlueprintAPI > BlueprintAPI/MovieGraph
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 Graph Blueprint Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | In Evaluated Graph | The evaluated graph that will provide context for resolving the resolution |
| 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 |
| real | Camera Aspect Ratio | The aspect ratio for the camera. Set to zero if you want to adapt to the output resolution's aspect ratio (otherwise resolution may be adapted to fit aspect ratio based on config settings). |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| struct | Return Value | The crop rectangle, which will have a resolution matching the requested output resolution |