Character floats off of ramp when walking into a wall that is slightly sloped. The wall angle is well above the walkable floor angle but the character seems to start walking up the wall regardless. ...
Characters can be pushed through geometry by other characters when on a moving platform. On this example the character being pushed is forced through a wall that is attached to a moving platform. ...
Crouch node does not appear to have any affect when called. The Is Crouching always returns false ...
When moving a character, attempting to change the relative location of one of the character's components is causing it to remain at the default location. If you do not move the character, the locat ...
Force Next Floor Check doesn't work when the player is stopped, even though the tool tip says that it does. User Description: I'm trying to shrink / grow the collision capsule for our needs but wh ...
A separate new flag should be used to control the sweep behavior of characters using Nav Walking behavior in CharacterMovementComponent. Existing assets should upgrade to set the value of this new f ...
Character movement "Flying" can cause incorrect collision when the character is not moving. If the character is not moving, the character will go through the floor in the example provided ...
When attaching a moving character, such as an AI character, to an object in the level with a negative scale, the character is constantly flipping while moving. ...
Phsyical Material returns Default on hit detection even if additional surface types are provided in project settings. This removes the purpose for the physical material or any benefits it could prov ...
Sometimes CharacterMovement stops at very low steps (quite lower than Max Step Height). Capsule radius of Character is 50cm, Max Step Height is 45cm, step heights is around 10~30cm, MaxWalkSpeed is ...