Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Provides a means of assembling modifiers together to generate a desired view of a scene.
| Name | UMovieGraphRenderLayer |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include Path | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
Syntax
UCLASS (BlueprintType)
class UMovieGraphRenderLayer : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieGraphRenderLayer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMovieGraphRenderLayer() |
Graph/MovieGraphRenderLayerSubsystem.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Modifiers | TArray< TObjectPtr< UMovieGraphCollectionModifier > > | The modifiers that are active when this render layer is active. | Graph/MovieGraphRenderLayerSubsystem.h | |
| RenderLayerName | FName | The name of this render layer. | Graph/MovieGraphRenderLayerSubsystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddModifier
(
UMovieGraphCollectionModifier* Modifier |
Graph/MovieGraphRenderLayerSubsystem.h |
|
|
void Apply
(
const UWorld* World |
Graph/MovieGraphRenderLayerSubsystem.h |
|
|
UMovieGraphCollection * GetCollectionByName
(
const FString& Name |
Graph/MovieGraphRenderLayerSubsystem.h |
|
|
TArray< UMovieGraphCollectionModifier * > GetModifiers() |
Graph/MovieGraphRenderLayerSubsystem.h |
|
|
FName GetRenderLayerName() |
Graph/MovieGraphRenderLayerSubsystem.h |
|
|
void RemoveModifier
(
UMovieGraphCollectionModifier* Modifier |
Graph/MovieGraphRenderLayerSubsystem.h |
|
|
void Revert() |
Graph/MovieGraphRenderLayerSubsystem.h |
|
|
void SetRenderLayerName
(
const FName& NewName |
Graph/MovieGraphRenderLayerSubsystem.h |
|