Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include | #include "Graph/MovieGraphNode.h" |
Syntax
enum EMovieGraphBranchRestriction
&123;
Any,
Globals,
RenderLayer,
&125;
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Describes a restriction on what kind of branch a node can be created in within the graph.