Allow falling when crouching

Hi, is there a method to allow falling when the player tries to walk off an edge while crouching?

To be specific: currenty the game/engine is se up UT style where you aren’t allowed to walk off edges while crouching. We simply need to find a way to disable this feature.


GetCharacterMovement()->bCanWalkOffLedgesWhenCrouching = true;

Thanks. It works!