Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/Nodes > API/Plugins/MovieRenderPipelineCore/Graph/Nodes/UMovieGraphModifierNode
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphModifierNode.h |
| Include | #include "Graph/Nodes/MovieGraphModifierNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphModifierNode.cpp |
UFUNCTION (BlueprintCallable, Category="Modifiers")
UMovieGraphCollectionModifier * AddModifier
(
TSubclassOf < UMovieGraphCollectionModifier > ModifierType
)
Remarks
Adds a new modifier of the specified type. Returns a pointer to the new modifier, or nullptr if a modifier of the specified type already exists on this node (only one modifier of each type can be added to the node).