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 |
Functions
Public
Overridden from IMovieGraphTraversableObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< TPair< FString, FString > > GetMergedProperties () |
Gets properties, and their associated values, which have been modified by a merge. | Graph/Nodes/MovieGraphModifierNode.h | |
virtual void Merge
(
const IMovieGraphTraversableObject* InSourceObject |
Merges the contents of InSourceClass into this object. | Graph/Nodes/MovieGraphModifierNode.h |