Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelinePrimaryConfig
Description
Returns the frame rate override from the Primary Configuration (if any) or the Sequence frame rate if no override is specified. This should be treated as the actual output framerate of the overall Pipeline.
| Name | GetEffectiveFrameRate |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelinePrimaryConfig.h |
| Include Path | #include "MoviePipelinePrimaryConfig.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipelinePrimaryConfig.cpp |
UFUNCTION (BlueprintCallable, Category="Movie Render Pipeline")
FFrameRate GetEffectiveFrameRate
(
const ULevelSequence * InSequence
) const