Incorrect Velocity Calculation at Animation Sequence Transitions in Level Sequence

UE - Anim - Sequencer - Feb 18, 2025

When adding an Animation Track to a Level Sequence and placing Animation Sequences back-to-back without gaps, the velocity can be miscalculated at the transition between sequences. This issue occur ...

[AI] WP Dynamic navmesh fails to rebuild tiles with actors that are loaded but not part of the base navmesh.

UE - AI - Navigation - Feb 18, 2025

WP dynamic navmesh does not properly react to actors or navigation modifiers that are loaded in areas that the navmesh has not yet streamed into. Although the actors/modifiers are not part of the ba ...

FBX naming conflicts causing collision to not import correctly.

UE - Editor - Content Pipeline - Import and Export - Feb 17, 2025

For our static mesh pipeline we have group nodes in Maya that use the name of the asset. Under that we have a mesh that also has the name of the asset. We may also have collision as well so a typica ...

5.5.4 - Morph targets 1 frame offset

UE - Editor - Content Pipeline - Import and Export - Feb 17, 2025

Morph targets work! Yay! But found another issue. Basically import an fbx with multiple animated morph targets applied to it. The morph change shape over 1 frame and for some reason in 5.5.4, there' ...

Linear interpolation occurs on constant tangent curve partially

UE - Anim - Runtime - Feb 17, 2025

When using UV scrolling for a flipbook-like animation in Animation Sequence, creating keys with "Constant Tangent" settings on Curve Editor does not result in an instantaneous change to the specifie ...

Additives using Frame From This Animation as the Base Pose Type fail to retarget correctly

UE - Anim - Rigging - Retargeting - Feb 13, 2025

Additive animations that use a frame from their own sequence as a base pose are initially broken when retargeted.  Users have to refresh the properties that select the base pose in order to fix the ...

Duplicating many Actors at once in a Level Instance while in Level Instance Edit will result in a jumbled mess of Actors on the Persistent Level

UE - World Creation - Worldbuilding Tools - Level Instances - Feb 12, 2025

Duplicating many Actors at once in a Level Instance while in Level Instance Edit will result in a jumbled mess of Actors on the Persistent Level. The licensee has encountered this in Unreal 5.4 and ...

When MotionExtrantorModifyer is applied to skeletal mesh, it outputs warning about module loading of AnimationModifierLibrary at editor startup in ThirdPerson C++ project.

UE - Anim - Runtime - Feb 12, 2025

When MotionExtrantorModifyer is applied to a skeletal mesh, it outputs an import error of AnimationModifierLibrary when the editor is launched. The project module and the AnimationModifierLibrary mo ...

FCableSceneProxy::BuildCableMesh thrashes memory allocator

UE - Simulation - Physics - Feb 12, 2025

FCableSceneProxy::BuildCableMesh in CableComponent.cpp:233 showed up as a hot spot in profiling because the two TArray allocators in SetDynamicData_RenderThread used by BuildCableMesh are created an ...