Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMoviePipelineCollectionModifier
- UMoviePipelineMaterialModifier
- UMoviePipelineVisibilityModifier
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MoviePipelineRenderLayerSubsystem.h |
| Include | #include "Graph/MoviePipelineRenderLayerSubsystem.h" |
Syntax
UCLASS&40;Abstract, EditInlineNew&41;
class UMoviePipelineCollectionModifier : public UObject
Remarks
Base class for providing actor modification functionality via collections.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseInvertedActors | Whether an inverted collection of actors should be used. | |
| TArray< TObjectPtr< UMoviePipelineCollection > > | Collections | The collections which this modifier will operate on. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddCollection
(
UMoviePipelineCollection* Collection |
Adds a collection to the existing set of collections in this modifier. | |
| void | ApplyModifier
(
const UWorld* World |
||
| TArray< UMoviePipelineCollection * > | |||
| bool | IsInverted () |
||
| void | SetCollections
(
const TArray< UMoviePipelineCollection* > InCollections |
Overwrites the existing collections with the provided array of collections. | |
| void | SetIsInverted
(
const bool bIsInverted |
||
| void | UndoModifier () |