Branch doesn't work!

Hi i’m trying to setup a BP that checks if all my 3 matinees are playing and if they are , sets material for a mesh and opens a door. i’m trying to use the Branch node but it’s not working.(well i knew it was not gonna be that easy!) only the matinees play.

The reason all the Branch nodes are firing True is because you have manually set there Boolean values to True by checking the box. You should setup a variable and a way for it to be set as true or false for the branch to work the way you want it too. As it is the Branch nodes are working correctly you just haven’t set them up completely.

Try something along these lines:

i checked both of your solutions and they both work thank you so much,my problem is that i don’t really know how flow control nodes work (new to blueprints) , thanks again,both of you.

A Branch is a Node that checks a bool variable if it is true or not. If it is true it will fire the true pin. If it is false it will fire the false pin…
The Docu:
[TheDocumentation][1]

In ur example the branches have no function…
I made a solution for ya…
Check it out:


If u like it mark the question as solved,