CanCrouch bool in c++

Hi Displaynonamee,

There are ACharacter::Crouch(); and ACharacter::UnCrouch();

I make my own condition tests before calling those…

The Uncrouch usually needs a linetrace to find if it’s possible to uncrouch, and the crouch turns into a slide when sprinting - things like that much easier when you abstract the conditions…