Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include | #include "Graph/MovieGraphConfig.h" |
Syntax
USTRUCT&40;&41;
struct FMovieGraphEvaluatedBranchConfig
Remarks
A flattened list of configuration values for a given Graph Branch. For named branches, this includes the "Globals" branch (for any value not also overridden by the named branch).
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMovieGraphNode * | GetNodeByClassExactMatch
(
const TSubclassOf< UMovieGraphNode >& InClass, |
||
| TArray< TObjectPtr< UMovieGraphNode > > | GetNodes () |