Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Describes a restriction on what kind of branch a node can be created in within the graph.
| Name | EMovieGraphBranchRestriction |
| Type | enum |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include Path | #include "Graph/MovieGraphNode.h" |
Syntax
enum EMovieGraphBranchRestriction
{
Any,
Globals,
RenderLayer,
}
Values
| Name | Remarks |
|---|---|
| Any | The node can be created in any type of branch. |
| Globals | The node must be created in the Globals branch. |
| RenderLayer | The node must be created in a branch representing a render layer. |