Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes
Inheritance Hierarchy
- UObject
- IMovieGraphTraversableObject
- UMovieGraphMergeableModifierContainer
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphModifierNode.h |
| Include | #include "Graph/Nodes/MovieGraphModifierNode.h" |
Syntax
UCLASS ()
class UMovieGraphMergeableModifierContainer :
public UObject,
public IMovieGraphTraversableObject
Remarks
A container which allows an array of modifiers to be merged correctly.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UMovieGraphCollectionModifier > > | Modifiers |
Overridden from IMovieGraphTraversableObject
| Type | Name | Description | |
|---|---|---|---|
| TArray< TPair< FString, FString > > | Gets properties, and their associated values, which have been modified by a merge. | ||
| void | Merge
(
const IMovieGraphTraversableObject* InSourceObject |
Merges the contents of InSourceClass into this object. |