unreal.MovieGraphCollectionModifier¶
- class unreal.MovieGraphCollectionModifier(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
MovieGraphModifierBaseBase class for providing actor modification functionality via collections. For modifiers without collections, see UMovieGraphModifierBase.
C++ Source:
Plugin: MovieRenderPipeline
Module: MovieRenderPipelineCore
File: MovieGraphRenderLayerSubsystem.h
- add_collection(collection) None¶
Adds a collection to the existing set of collections in this modifier.
- Parameters:
collection (MovieGraphCollection)
- get_collections() Array[MovieGraphCollection]¶
Gets all collections that this modifier is using.
- Return type:
- set_collections(collections) None¶
Overwrites the existing collections with the provided array of collections.
- Parameters:
collections (Array[MovieGraphCollection])