Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
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).
| Name | FMovieGraphEvaluatedBranchConfig |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include Path | #include "Graph/MovieGraphConfig.h" |
Syntax
USTRUCT ()
struct FMovieGraphEvaluatedBranchConfig
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NamedNodes | TMap< FString, FMovieGraphEvaluatedSettingsStack > | Nodes that have been evaluated in the branch. | Graph/MovieGraphConfig.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieGraphNode * GetNodeByClassExactMatch
(
const TSubclassOf< UMovieGraphNode >& InClass, |
Graph/MovieGraphConfig.h | ||
TArray< TObjectPtr< UMovieGraphNode > > GetNodes() |
Graph/MovieGraphConfig.h | ||
void RemoveNodesOfType
(
const TSubclassOf< UMovieGraphNode >& InClass |
Removes all nodes that are subclasses of the given type from the evaluated config. | Graph/MovieGraphConfig.h |