Using the end of the curve as a weighted tangent does not yield the expected value.

UE - Anim - Runtime - Oct 16, 2023

When changing the tangent value, the last value is sometimes not 1.0 [Reproduce sample project] [Link Removed] ...

[AI] Unable to bind StateTree task input to the properties of an output object.

UE - AI - StateTree - Oct 13, 2023

StateTree no longer binds to the properties of an output variable from a task or an evaluator. Selecting one of the child properties of the output variable results in an error string being displayed ...

CA_VALID_POINTER and CA_CHECK_RETVAL static analysis annotations broken

UE - Foundation - Core - Oct 13, 2023

We had some code using the CA_VALID_POINTER and CA_CHECK_RETVAL annotations which had been working fine up until the 5.3 engine release. In 5.3, we started getting the following compile errors in a ...

UPlacementSubsystem can return unintended factories from FindAssetFactoryFromAssetData

UE - Editor - Workflow Systems - Oct 13, 2023

Factories registered to the PlacementSubsystem using  UPlacementSubsystem::RegisterAssetFactory will always be added to the end of the AssetFactories array. Which means if there are any existing reg ...

Montage Editor calls NotifyEnds of AnimNotifyState even when paused

UE - Anim - Gameplay - Oct 13, 2023

In the Animation Montage Editor, NotifyEnd is unexpectedly called when a time marker is in the middle of an AnimNotifyState and the animation preview gets paused. Because the Animation Montage Edito ...

Compiling Blueprints breaks socketed attachments of actors attached to non-root components

UE - Gameplay - Blueprint - Oct 12, 2023

When blueprints are compiled, instances of those blueprints have their attachments detached and then reattached. Reattachments always occur on the RootComponent regardless of which component they we ...

Assert when toggling RHIThread

UE - Rendering Architecture - RHI - Oct 12, 2023

AbilitySystemComponent::NotifyAbilityEnded Can Crash due to Callbacks Invalidation Specs

UE - Gameplay - Gameplay Ability System - Oct 11, 2023

Pasting from the UDN: Unsafe code in AbilitySystem can lead to crash when granting an ability inside OnAbilityEnded Hello. We just ran into a crash. After investigation, it seems to be caused by ...

Ctrl+B doesn't browse to asset when Sequencer is open

UE - Anim - Sequencer - Oct 11, 2023