Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphBlueprintLibrary
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphBlueprintLibrary.h |
| Include | #include "Graph/MovieGraphBlueprintLibrary.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/MovieGraphBlueprintLibrary.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Movie Graph"&41;
static FFrameRate GetEffectiveFrameRate
&40;
UMovieGraphOutputSettingNode &42; InNode,
const FFrameRate & InDefaultRate
&41;
Remarks
If InNode is valid, inspects the provided OutputsettingNode to determine if it wants to override the Frame Rate, and if so, returns the overwritten frame rate. If nullptr, or it does not have the bOverride_bUseCustomFrameRate flag set, then InDefaultrate is returned.
- The effective frame rate (taking into account the node's desire to override it).
Parameters
| Name | Description |
|---|---|
| InNode | Optional, setting to inspect for a custom framerate. |
| InDefaultRate | The frame rate to use if the node is nullptr or doesn't want to override the rate. |