Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObject
- UMovieGraphRenderLayer
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphRenderLayerSubsystem.h |
| Include | #include "Graph/MovieGraphRenderLayerSubsystem.h" |
Syntax
UCLASS (BlueprintType)
class UMovieGraphRenderLayer : 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
(
UMovieGraphCollectionModifier* Modifier |
||
| void | Apply
(
const UWorld* World |
||
| UMovieGraphCollection * | GetCollectionByName
(
const FString& Name |
||
| TArray< UMovieGraphCollectionModifier * > | GetModifiers () |
||
| FName | |||
| void | RemoveModifier
(
UMovieGraphCollectionModifier* Modifier |
||
| void | Revert () |
||
| void | SetRenderLayerName
(
const FName& NewName |