Combining Layered Blend Per Bone with Cached Pose nodes can break root motion extraction

UE - Anim - Gameplay - Aug 23, 2023

When the input to a Layered Blend Per Bone node is two instances of the same cached pose, we aren't sampling root motion correctly.  In the attached example, the weight on the root bone is 0 and Ble ...

GAS: Removing an AttributeSet followed by removing an active GameplayEffect results in client crash

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

Gameplay Ability System Standalone: Removing an attribute set and then removing an active gameplay effect that has a modifier for an attribute from that set results in a crash. Currently, one must ...

AnimSequence derived data is non-deterministic

UE - Anim - Runtime - Aug 23, 2023

Building derived data for AnimSequence does not create deterministic output. Data that is stored to the DDC is expected to be deterministic. If there is a need to store metadata that may vary betwee ...

Common UI/Enhanced Input UI action binding issue

UE - Editor - UI Systems - UMG - Aug 23, 2023

They've nailed it down to the following logic FUIActionBinding::TryCreate which doesn't check for the InputAction specified.// Make sure there is no existing binding for the same action associated w ...

Morph target preview no longer possible in skeleton editor

UE - Anim - Runtime - Aug 23, 2023

The curve refactor did not add the curve debugger tab to the skeleton editor, which means that morph targets cannot be previewed there. It would be convenient for some users to still be able to do t ...

FCustomPrimitiveDataCustomization::SetVectorColor is closing the colorpicker and only updating the first channel

UE - Graphics Features - Aug 23, 2023

When it updates the red channel, the Simple Construction Script (SCS) gets re-run (via AActor::RerunConstructionScripts) on the Blueprint Actor instance generating new instances of all its component ...

When change a skeletal's collision from QueryOnly to QueryAndPhysics at runtime, dynamic properties won't be updated

UE - Simulation - Physics - Aug 23, 2023

It seems in the FBodyInstance::InitDynamicProperties_AssumesLocked, we early out when the body instance's collision is QueryOnly, but actually we only recreate its physics state when changing from N ...

Crash occurs when blueprint breakpoint is placed after a Draw Debug String node

UE - Gameplay - Blueprint - Aug 22, 2023

This is not a regression. Tested in //UE5/Release-5.2 CL 26001984 The editor crashes when playing in editor on a level that has a break point placed on a ticking draw debug string node that is prec ...

VectorParameter UI display in the Layer Parameters Panel of MIC editor issue

UE - Rendering Architecture - Materials - Aug 22, 2023

Channel Mask Parameter UI display discrepancy

UE - Rendering Architecture - Materials - Aug 22, 2023