Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
A container which allows an array of modifiers to be merged correctly.
| Name | UMovieGraphMergeableModifierContainer |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphModifierNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphModifierNode.h" |
Syntax
UCLASS ()
class UMovieGraphMergeableModifierContainer :
public UObject ,
public IMovieGraphTraversableObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphMergeableModifierContainer
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Modifiers | TArray< TObjectPtr< UMovieGraphCollectionModifier > > | Graph/Nodes/MovieGraphModifierNode.h |