Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Base class for providing actor modification functionality via collections. For modifiers without collections, see UMovieGraphModifierBase.
| Name | UMovieGraphCollectionModifier |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include Path | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UMovieGraphCollectionModifier : public UMovieGraphModifierBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphModifierBase → UMovieGraphCollectionModifier
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddCollection
(
UMovieGraphCollection* Collection |
Adds a collection to the existing set of collections in this modifier. | Graph/MovieGraphRenderLayerSubsystem.h |
|
TArray< UMovieGraphCollection * > GetCollections() |
Gets all collections that this modifier is using. | Graph/MovieGraphRenderLayerSubsystem.h |
|
void SetCollections
(
const TArray< UMovieGraphCollection* > InCollections |
Overwrites the existing collections with the provided array of collections. | Graph/MovieGraphRenderLayerSubsystem.h |
|
Overridden from UMovieGraphModifierBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetModifierName() |
Gets the name of this modifier. Typically used for UI display purposes. | Graph/MovieGraphRenderLayerSubsystem.h |