Door Collision Issues

Hi,

I might be wrong, but isn’t the problem is that you are using a concave shape as collision? According to this: https://docs.unrealengine.com/latest/INT/Engine/Content/FBX/StaticMeshes/#collision ,the engine only supports convex shapes as collision, so you would have to divide that box into convex shapes.