Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObject
- UMovieGraphCollectionModifier
- UMovieGraphMaterialModifier
- UMovieGraphRenderPropertyModifier
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
Syntax
UCLASS (Abstract)
class UMovieGraphCollectionModifier : public UObject
Remarks
Base class for providing actor modification functionality via collections.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UMovieGraphCollection > > | Collections | The collections which this modifier will operate on. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddCollection
(
UMovieGraphCollection* Collection |
Adds a collection to the existing set of collections in this modifier. | |
| void | ApplyModifier
(
const UWorld* World |
||
| TArray< UMovieGraphCollection * > | |||
| void | SetCollections
(
const TArray< UMovieGraphCollection* > InCollections |
Overwrites the existing collections with the provided array of collections. | |
| void | UndoModifier () |