IAnimationDataController::Evaluate implementations do not account for compatible skeletons

UE - Anim - Runtime - Aug 25, 2023

Looks like we are missing code in the Evaluate methods similar to what we are doing in  DecompressPose to account for compatible skeletons.  The easiest way to repro is in a standalone game because ...

[AI] BehaviorTreeEditor crash when swapping from Behavior Tree to Blackboard view.

UE - AI - BehaviorTree - Aug 24, 2023

The first time that a Behavior Tree editor window changes from the tree to the Blackboard can cause a crash if you add and remove a key from the Blackboard via a different Behavior Tree editor windo ...

Looping Gameplay Cues are not removed if GameplayCueNotifyTagCheckOnRemove is true

UE - Gameplay - Gameplay Ability System - Aug 24, 2023

GameplayCues inheriting from GameplayCueNotify_Actor no longer have their Removed functions called when removed via UAbilitySystemComponent::RemoveGameplayCue if GameplayCueNotifyTagCheckOnRemove is ...

Level Sequence with Media track hangs when scrubbing the timeline

Media Framework - Aug 24, 2023

Adding a media track(.mp4/avi) into a level sequence causes the editor to hang when scrubbing the timeline, or enabling/disabling the media track. ...

Perforce: Deleting and Restoring an Asset doesn't Update Perforce

UE - Editor - Workflow Systems - Aug 24, 2023

When you delete and replace an asset with the same name, P4 will pick up the delete but not the add. It was mentioned that there is a P4 command (something like "reopen as add") that should be used ...

Debug information is sometimes missing when compiling with cl-clang

UE - Foundation - Cpp Tools - UnrealBuildTool - Aug 24, 2023

Via UDN: As has been discussed previously here and in CL 20055361, debug information is sometimes missing when compiling with Clang. We've pinpointed this to debug information not being emitted fo ...

Unable to set simulate physics to false through blueprints

UE - Simulation - Physics - Aug 24, 2023

If "Editable when Inherited" is disabled for the static mesh component the issue does not occur. The bug could be related with other UDN cases:https://udn.unrealengine.com/s/case/5004z00001ruXmEAAU ...

Animation Montage Section Frame snaps montage segments to beginning of timeline

UE - Anim - Runtime - Aug 23, 2023

Moving a Montage Segment in an Anim Montage via section frame causes the Montage Segment to snap back to the beginning of the timeline. ...

Widget that is a derived from a child widget reports component variables as Invalid

UE - Editor - UI Systems - Aug 23, 2023

This is not a regression. Tested in //UE5/Release-5.2 CL26001984 A widget that is a derived from a child widget reports component variables as Invalid, while the child and parent of that child will ...

GAS: FGameplayEffectCustomExecutionParameters constructor generates a new FActiveGameplayEffectHandle that is not removed from a global static map until map change

UE - Gameplay - Gameplay Ability System - Aug 23, 2023

Created based on user report. The constructor of FGameplayEffectCustomExecutionParameters generates a FActiveGameplayEffectHandle that gets put in GlobalActiveGameplayEffectHandles::Map and stays t ...