Delay in updating coordinates in camera manager of sequencer

UE - Anim - Sequencer - Mar 18, 2022

This problem was reproduced in 5.0 Preview 2. According to the licensee, this did not occur in 4.26. Not sure if this is related to the camera manager, but some objects are delayed at the end of s ...

Branching point notifies can lose their linked montage

UE - Anim - Runtime - Feb 10, 2022

Currently UAnimSequenceBase::OnModelModified assumes that a notify is linked to a sequence and not a montage. This causes branching point notifies to lose their linked montage when being updated an ...

Scale animation with joint orient set in fbx is broken.

UE - Editor - Content Pipeline - Import and Export - Feb 9, 2022

Sphere trace in control rig only works with actor with the collision object type of "World Static".

UE - Anim - Rigging - Control Rig - Jan 21, 2022

One of our customers reported on UDN that sphere trace in control rig only works with actor with the collision object type of "World Static". Is that by design or a bug? ...

[AI] Compilation error when using const version of FNavigationPath::CastPath<PathClass>() const

UE - AI - Navigation - Jan 5, 2022

Const version of function is not used elsewhere in the engine so it usually gets skipped when compiling. Produces the following error when compiling:  UnrealEngine\Engine\Source\Runtime\Navigation ...

GAMEPLAYATTRIBUTE_REPNOTIFY does not properly propagate OldValue

UE - Gameplay - Dec 10, 2021

Associated UDN [Link Removed] We've been having some issues with the replication of attributes. Namely we have an OnRep_ function for an attribute that receives FGameplayAttributeData& OldValue a ...