Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineBlueprintLibrary
Description
In case of Overscan percentage being higher than 0 we render additional pixels. This function returns the resolution with overscan taken into account.
| Name | GetEffectiveOutputResolution |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineBlueprintLibrary.h |
| Include Path | #include "MoviePipelineBlueprintLibrary.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipelineBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Movie Render Pipeline",
Meta=(DeprecatedFunction, DeprecationMessage="Use GetOverscannedResolution instead"))
static FIntPoint GetEffectiveOutputResolution
(
UMoviePipelinePrimaryConfig * InPrimaryConfig,
UMoviePipelineExecutorShot * InPipelineExecutorShot,
float DefaultOverscan
)