unreal.MovieGraphModifierBase¶
- class unreal.MovieGraphModifierBase(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectThe base class that all modifiers should inherit from. Does not support collections (see UMovieGraphCollectionModifier).
C++ Source:
Plugin: MovieRenderPipeline
Module: MovieRenderPipelineCore
File: MovieGraphRenderLayerSubsystem.h
- apply_modifier(world) None¶
Applies this modifier in the provided world. Called once per layer.
- Parameters:
world (World)