Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphBlueprintLibrary
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphBlueprintLibrary.h |
| Include | #include "Graph/MovieGraphBlueprintLibrary.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphBlueprintLibrary.cpp |
static FIntPoint GetEffectiveOutputResolution
&40;
UMovieGraphEvaluatedConfig &42; InEvaluatedGraph,
const FName & InBranchName
&41;
Remarks
In case of overscan percentage being higher than 0, additional pixels are rendered. This function returns the resolution with overscan taken into account.
- The output resolution, taking into account overscan
Parameters
| Name | Description |
|---|---|
| InEvaluatedGraph | The evaluated graph that will provide context for resolving the resolution |
| InBranchName | The graph branch that the output resolution should be resolved on |