Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieGraphEvaluatedConfig
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphConfig.h |
| Include | #include "Graph/MovieGraphConfig.h" |
Syntax
UCLASS&40;&41;
class UMovieGraphEvaluatedConfig : public UObject
Remarks
An evaluated config for the current frame. Each named branch (including Globals) has its own copy of the config, fully resolved (so there is no need to check the Globals branch when looking at a named branch). You can use the functions to fetch a node by type from a given branch and it will return the right object (or the CDO if the node is NOT in the config).
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, FMovieGraphEvaluatedBranchConfig > | BranchConfigMapping | Mapping between named branches (at the root of the config) and their evaluated values. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FName > | |||
| NodeType * | GetSettingForBranch
(
const FName InBranchName, |
||
| UMovieGraphSettingNode * | GetSettingForBranch
(
UClass* InClass, |
||
| TArray< NodeType * > | GetSettingsForBranch
(
const FName InBranchName, |
||
| TArray< UMovieGraphSettingNode * > | GetSettingsForBranch
(
UClass* InClass, |