Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMoviePipelineRenderLayer
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MoviePipelineRenderLayerSubsystem.h |
| Include | #include "Graph/MoviePipelineRenderLayerSubsystem.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UMoviePipelineRenderLayer : public UObject
Remarks
Provides a means of assembling modifiers together to generate a desired view of a scene.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddModifier
(
UMoviePipelineCollectionModifier* Modifier |
||
| UMoviePipelineCollection * | GetCollectionByName
(
const FString& Name |
||
| TArray< UMoviePipelineCollectionModifier * > | GetModifiers () |
||
| FString | |||
| void | |||
| void | RemoveModifier
(
UMoviePipelineCollectionModifier* Modifier |
||
| void | SetRenderLayerName
(
const FString& NewName |
||
| void | UndoPreview
(
const UWorld* World |