Navigation
BlueprintAPI > BlueprintAPI/MovieGraph
Gets the desired output resolution for the movie render graph as specified by the user. Does not include overscan, tiling, or aspect ratio constraints, and is the target resolution that the pipeline will generally output (e.g. when cropping overscan in non-EXR formats). Use GetOverscannedResolution or GetBackbufferResolution to get resolutions that factor in overscan and tiling, respectively
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 | 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 desired output resolution |