Enum EMovieGraphBranchRestriction Path C++ Link /Script/MovieRenderPipelineCore.EMovieGraphBranchRestriction underlying uint8 /Script/MovieRenderPipelineCore Values 4 NameValueHex Any00x00Globals10x01RenderLayer20x02EMovieGraphBranchRestriction_MAX30x03 Used by 1types with a member, parameter or interface of this type UMovieGraphNode // /Script/MovieRenderPipelineCore.EMovieGraphBranchRestriction enum class EMovieGraphBranchRestriction : uint8 { Any = 0, Globals = 1, RenderLayer = 2, EMovieGraphBranchRestriction_MAX = 3, };