How can I give my stairs collision so my character can use them?

Hi guys, i have such stairs (This is the mesh):
://prntscr/47iudr

When i place collision primitives in it my character cannot make a step ?
What is the proper way of making stairs collision so character would step ?

  1. a good collision →
  2. a IK setup: https://docs.unrealengine/latest/INT/Engine/Animation/IKSetups/index.html

In the content example you can find a ik setup which demonstrates exactly what you are looking for. :slight_smile:

Hym, shouldn t i be able to make that through primitives ? I am not interested in a good foot playcment yet ;p ://prntscr/47j1fw

Ouch i found out what was the problem, if u place only primitives and u wont make it convex the character wouldn’t step, Thanks for your help.