Cant Import Collision From Blender

I have named the files correctly as shown but UE still uses a simple collision

1

  1. Make sure the collision mesh is fully convex. Otherwise UE will ignore it as simple collision.
  2. Make sure you select both Mesh and UCX_Mesh when exporting from Blender.
2 Likes

I got it working by setting one convex hull per ucx to false. But, the collision mesh is distorted compared to the original even though it is a copy. Not sure what causes that.