When crouched not falling

When I am supposed to fall down the edge, my character isn’t falling down. Is there any fix for this? (I used the default crouch function in UE4)

1 Like

In character movement component search for walk off edge. There are 2 standing is default to false crouch is default to true hence your issue. Just change as appropriate.
Gl