Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineBlueprintLibrary
Description
Gets the desired output resolution for the movie render queue as specified by the user. Does not include overscan, tiling, or aspect ratio constraints, and is the target resolution that the pipeline will generally output (e.g. when cropping overscan in non-EXR formats). Use GetOverscannedResolution or GetBackbufferResolution to get resolutions that factor in overscan and tiling, respectively
| Name | GetDesiredOutputResolution |
| 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 GetDesiredOutputResolution
(
const UMoviePipelinePrimaryConfig * InPrimaryConfig
)