Root Motion Animations are not functioning correctly during lower frame rates. For example, a character moving forward 2 meters at regular frame rate will move 10 meters at a lower frame rate. Regr ...
Jumping off an object moved by a matinee that is stopped during movement will impart a velocity to the character, even though the object appears to be stopped. This is because ComponentVelocity is o ...
Unpossessing a character while the client has unacknowledged RPCs in flight can leave the client character in a different state than on the server. The example given was a crouch request on the clie ...
Some old NaN checks in character movement use checkf() which will crash, those should be ensures. Other code is inconsistent in using either ENABLE_NAN_DIAGNOSTIC (with side effects), and some users ...
Enabling Use Pawn Control Rotation on a SpringArm component does not set the rotation values to zero. Subsequently disabling Pawn Use Control Rotation make rotation of the component impossible until ...
Setting the Max Jump Hold Time variable to 1 second, and then holding the jump button produces different results depending on the framerate. In this case, the normal jump is at a specific height, bu ...
When converting the character movement in the sidescroller template to occur on Tick instead of key press, the character will begin to run, and then get slightly hung up on the edge of the platform ...
SetBase() only works with bone names, but would like it to work with sockets. ...
Walkable slope override (per-instance override of walkable angles for characters) is not used if edited per shape on the body. ...