Character passes through the door without opening the door

Hello everyone … I followed a tutorial to create a rotating door . The door is not working . Its rotation is alright but, the character is passing right through it . Please help.

You have to add some kind of collision to the door and set it to block all. In order to add collision you have to go into the mesh editor and add the collision there.

Thanks to both of you.

select your Door mesh (Assuming you are talking about the door mesh in starter content) . Double click on it. The mesh opens . Now , scroll down and change the Collision complexity from default to “Use Complex Collision As Simple” and Collision Preset to “BlockAll”.

Thanks for this answer. I was also having the same issue, built a bp to open the door, but what is the piont if you can just walk throug it? I copied all the collision settings from the fram, then from other props, and nothing worked. I find this odd because it seems the same settings as other items which block/colide with you, shouuld also work for the door. This is obviously more complicated than your answer or this issue seems, but still, you saved me a great deal of time and frustration.