unreal.MovieGraphBranchRestriction

class unreal.MovieGraphBranchRestriction

Bases: EnumBase

Describes a restriction on what kind of branch a node can be created in within the graph.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MovieGraphNode.h

ANY: MovieGraphBranchRestriction = Ellipsis

0

GLOBALS: MovieGraphBranchRestriction = Ellipsis

< The node can be created in any type of branch

Type:

1

RENDER_LAYER: MovieGraphBranchRestriction = Ellipsis

< The node must be created in the Globals branch

Type:

2