Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphBlueprintLibrary
Description
In case of overscan percentage being higher than 0, additional pixels are rendered. This function returns the resolution with overscan taken into account.
| Name | GetEffectiveOutputResolution |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphBlueprintLibrary.h |
| Include Path | #include "Graph/MovieGraphBlueprintLibrary.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Movie Graph",
Meta=(DeprecatedFunction, DeprecationMessage="Use GetOverscannedResolution instead"))
static FIntPoint GetEffectiveOutputResolution
(
UMovieGraphEvaluatedConfig * InEvaluatedGraph,
float DefaultOverscan
)
- The output resolution, taking into account overscan
Parameters
| Name | Remarks |
|---|---|
| InEvaluatedGraph | The evaluated graph that will provide context for resolving the resolution |
| DefaultOverscan | The default overscan to use if there are no camera settings that provide an overscan override value, from 0.0 to 1.0 |