Skip to content

4.15

Latest
Compare
Choose a tag to compare
@Sixze Sixze released this 24 Nov 13:15
· 2 commits to main since this release

Notable Changes

  • Updated the plugin to Unreal Engine 5.5.

Animation Blueprint

  • Improved teleportation detection logic.
  • Fixed an issue with character pose when stopping at low fps.

Bone Manipulation

  • Reworked the foot offset so that it produces a higher quality result and handles more corner cases.

Character

  • Added automatic rotation of the character towards the view direction on any movement input while the character is not moving.
  • Prevented the character from rotating in the last input direction after the rotation mode had been changed to the velocity direction and the actor was not moving at that moment.

Camera

  • Enforced VisibilityBasedAnimTickOption::AlwaysTickPoseAndRefreshBones in the camera component.
  • Fixed weird camera movement when switching between the first-person view mode and the velocity direction rotation mode.
  • Removed the camera lag substepping as it is useless.

Other

  • Updated the ALS_ENSURE() macro to include the latest changes of the ensure() macro.