How to make both doors of a double door open the same direction?

So I have a double door in my room which looks like this:

When I activate the pressure pad the doors open up like this:

How do I make the open in the same direction?

pitch one 180 degrees

I don’t know if this is the best way, but one way would be to create multiple similar blueprints, and set them all to have the wanted rotation on opening…

Try this:

  • Create a public “Open Angle” float variable in either C++ or blueprint (preferably blueprint)
  • Multiply the output of the timeline by the Open Angle before making a rotator with it
  • Change the timeline curve so that it goes from 0 to 1, so that it works as an “opening percentage”.
  • Set different “Open Angles” for each part of the door.

Privacy & Terms