Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineBlueprintLibrary
Description
Gets the resolution that will be used by the engine when rendering a frame. Includes overscan and tiling
| Name | GetBackbufferResolution |
| 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")
static FIntPoint GetBackbufferResolution
(
const UMoviePipelinePrimaryConfig * InPrimaryConfig,
const UMoviePipelineExecutorShot * InPipelineExecutorShot,
float InDefaultOverscan
)