Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UMovieGraphBlueprintLibrary
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphBlueprintLibrary.h |
| Include | #include "Graph/MovieGraphBlueprintLibrary.h" |
Syntax
UCLASS&40;Meta&61;&40;ScriptName&61;"MovieGraphLibrary"&41;&41;
class UMovieGraphBlueprintLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| FFrameRate | GetEffectiveFrameRate
(
UMovieGraphOutputSettingNode* InNode, |
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. | |
| FIntPoint | GetEffectiveOutputResolution
(
UMovieGraphEvaluatedConfig* InEvaluatedGraph, |
In case of overscan percentage being higher than 0, additional pixels are rendered. | |
| FString | ResolveFilenameFormatArguments
(
const FString& InFormatString, |
Takes a Movie Graph format string (in the form of {token}), a list of parameters (which normally come from the running UMovieGraphPipeline) and resolves them into a string. |