unreal.MovieGraphCollectionModifier

class unreal.MovieGraphCollectionModifier(outer: Object | None = None, name: Name | str = 'None')

Bases: Object

Base class for providing actor modification functionality via collections.

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]

Get Collections

Return type:

Array[MovieGraphCollection]

set_collections(collections) None

Overwrites the existing collections with the provided array of collections.

Parameters:

collections (Array[MovieGraphCollection]) –