Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Provides the interface that nodes must implement if they want to provide modifier behavior.
If a modifier node does not support collections, it must specify this explicitly via SupportsCollections(). If it does not support collections, all collection-related methods can remain unimplemented.
Note that some of these methods may not be called by MRG yet, but they may be called in the future (eg, in future UIs). To ensure modifier functionality in the future, implement all methods that make sense for the modifier.
| Name | IMovieGraphModifierNodeInterface |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphModifierNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphModifierNode.h" |
Syntax
class IMovieGraphModifierNodeInterface : public IInterface
Implements Interfaces
Derived Classes
- UMovieGraphAccumulationDOFModifierNode
- UMovieGraphLightModifierNode
- UMovieGraphMaterialParameterCollectionModifierNode
- UMovieGraphModifierNode