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 |
UFUNCTION (BlueprintCallable, Category="Movie Graph")
static FIntPoint GetEffectiveOutputResolution
(
UMovieGraphEvaluatedConfig * InEvaluatedGraph
)
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 |