Navigation
BlueprintAPI > BlueprintAPI/MovieGraph
Gets the desired output resolution scaled by any configured overscan for the movie render graph
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 overscan-scaled resolution |